#E1C028

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

Shades of Bright Sun #E1C028

Tints of Bright Sun #E1C028

Color information

#E1C028 (or 0xE1C028) is unknown color: approx Bright Sun. HEX triplet: E1, C0 and 28. RGB value is (225,192,40). Sum of RGB (Red+Green+Blue) = 225+192+40=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C028 is #1E3FD7. Grayscale: #B9B9B9. Windows color (decimal): -1982424 or 2670817. OLE color: 2670817.

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

Color convert

RGB22519240-
CMYK00.150.820.12
HSL49.3º75.51%51.96%-
HSV(B)49.3º82.22%88.24%-
XYZ50.2853.869.75-
YUV184.5446.43156.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.23%
GREEN value IS 192 (75.39% from 255) = 42.01%
BLUE value IS 40 (16.02% from 255) = 8.75%
R=49.23%
G=42.01%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251924000.150.820.1249.375.5151.96
HexE1C0280F52C314c34
Octal34130050017122146111464
Binary111000011100000010100001111101001011001100011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C028; }

 p { color: rgb(225,192,40); }

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

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

 a { background-color: rgb(225,192,40); }

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

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

 span { border-color: rgb(225,192,40); }

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