#E2C029

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

Shades of Bright Sun #E2C029

Tints of Bright Sun #E2C029

Color information

#E2C029 (or 0xE2C029) is unknown color: approx Bright Sun. HEX triplet: E2, C0 and 29. RGB value is (226,192,41). Sum of RGB (Red+Green+Blue) = 226+192+41=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C029 is #1D3FD6. Grayscale: #B9B9B9. Windows color (decimal): -1916887 or 2736354. OLE color: 2736354.

HSL color Cylindrical-coordinate representation of color #E2C029: hue angle of 48.97º 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 #E2C029 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB22619241-
CMYK00.150.820.11
HSL48.97º76.13%52.35%-
HSV(B)48.97º81.86%88.63%-
XYZ50.6154.039.86-
YUV184.9546.76157.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.24%
GREEN value IS 192 (75.39% from 255) = 41.83%
BLUE value IS 41 (16.41% from 255) = 8.93%
R=49.24%
G=41.83%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261924100.150.820.1148.9776.1352.35
HexE2C0290F52B314c34
Octal34230051017122136111464
Binary111000101100000010100101111101001010111100011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C029; }

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

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

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

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

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

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

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

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