#E2C12B

Color #E2C12B Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #E2C12B

Tints of Bright Sun #E2C12B

Color information

#E2C12B (or 0xE2C12B) is unknown color: approx Bright Sun. HEX triplet: E2, C1 and 2B. RGB value is (226,193,43). Sum of RGB (Red+Green+Blue) = 226+193+43=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C12B is #1D3ED4. Grayscale: #BABABA. Windows color (decimal): -1916629 or 2867682. OLE color: 2867682.

HSL color Cylindrical-coordinate representation of color #E2C12B: hue angle of 49.18º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2C12B is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB22619343-
CMYK00.150.810.11
HSL49.18º75.93%52.75%-
HSV(B)49.18º80.97%88.63%-
XYZ50.8754.4810.12-
YUV185.7747.43156.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 48.92%
GREEN value IS 193 (75.78% from 255) = 41.77%
BLUE value IS 43 (17.19% from 255) = 9.31%
R=48.92%
G=41.77%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261934300.150.810.1149.1875.9352.75
HexE2C12B0F51B314c35
Octal34230153017121136111465
Binary111000101100000110101101111101000110111100011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C12B; }

 p { color: rgb(226,193,43); }

 H1.HeaderClassName
 {
   color: #E2C12B;
 }
 .AnyTagClassName
 {
   color: #E2C12B;
 }
</style>
background-color css

<style>
 a { background-color: #E2C12B; }

 a { background-color: rgb(226,193,43); }

 div.DivClassName
 {
   background-color: #E2C12B;
 }
 .BgClassName
 {
   background-color: #E2C12B;
 }
</style>
border-color css

<style>
 span { border-color: #E2C12B; }

 span { border-color: rgb(226,193,43); }

 td.TdClassName
 {
   border-color: #E2C12B;
 }
 .TagClassName
 {
   border-color: #E2C12B;
 }
</style>