#E2C229

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

Shades of Bright Sun #E2C229

Tints of Bright Sun #E2C229

Color information

#E2C229 (or 0xE2C229) is unknown color: approx Bright Sun. HEX triplet: E2, C2 and 29. RGB value is (226,194,41). Sum of RGB (Red+Green+Blue) = 226+194+41=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 41 (16.41% from 255 or 8.89% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C229 is #1D3DD6. Grayscale: #BABABA. Windows color (decimal): -1916375 or 2736866. OLE color: 2736866.

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

Color convert

RGB22619441-
CMYK00.140.820.11
HSL49.62º76.13%52.35%-
HSV(B)49.62º81.86%88.63%-
XYZ51.0654.9110.01-
YUV186.1346.1156.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.02%
GREEN value IS 194 (76.17% from 255) = 42.08%
BLUE value IS 41 (16.41% from 255) = 8.89%
R=49.02%
G=42.08%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261944100.140.820.1149.6276.1352.35
HexE2C2290E52B324c34
Octal34230251016122136211464
Binary111000101100001010100101110101001010111100101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C229; }

 p { color: rgb(226,194,41); }

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

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

 a { background-color: rgb(226,194,41); }

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

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

 span { border-color: rgb(226,194,41); }

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