#E1C128

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

Shades of Bright Sun #E1C128

Tints of Bright Sun #E1C128

Color information

#E1C128 (or 0xE1C128) is unknown color: approx Bright Sun. HEX triplet: E1, C1 and 28. RGB value is (225,193,40). Sum of RGB (Red+Green+Blue) = 225+193+40=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C128 is #1E3ED7. Grayscale: #B9B9B9. Windows color (decimal): -1982168 or 2671073. OLE color: 2671073.

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

Color convert

RGB22519340-
CMYK00.140.820.12
HSL49.62º75.51%51.96%-
HSV(B)49.62º82.22%88.24%-
XYZ50.554.39.83-
YUV185.1346.1156.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.13%
GREEN value IS 193 (75.78% from 255) = 42.14%
BLUE value IS 40 (16.02% from 255) = 8.73%
R=49.13%
G=42.14%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251934000.140.820.1249.6275.5151.96
HexE1C1280E52C324c34
Octal34130150016122146211464
Binary111000011100000110100001110101001011001100101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C128; }

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

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

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

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

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

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

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

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