#E5C02B

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

Shades of Bright Sun #E5C02B

Tints of Bright Sun #E5C02B

Color information

#E5C02B (or 0xE5C02B) is unknown color: approx Bright Sun. HEX triplet: E5, C0 and 2B. RGB value is (229,192,43). Sum of RGB (Red+Green+Blue) = 229+192+43=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C02B is #1A3FD4. Grayscale: #BABABA. Windows color (decimal): -1720277 or 2867429. OLE color: 2867429.

HSL color Cylindrical-coordinate representation of color #E5C02B: hue angle of 48.06º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5C02B is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB22919243-
CMYK00.160.810.10
HSL48.06º78.15%53.33%-
HSV(B)48.06º81.22%89.8%-
XYZ51.654.5310.09-
YUV186.0847.26158.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.35%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 43 (17.19% from 255) = 9.27%
R=49.35%
G=41.38%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291924300.160.810.1048.0678.1553.33
HexE5C02B01051A304e35
Octal34530053020121126011665
Binary1110010111000000101011010000101000110101100001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C02B; }

 p { color: rgb(229,192,43); }

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

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

 a { background-color: rgb(229,192,43); }

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

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

 span { border-color: rgb(229,192,43); }

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