#E1BC39

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

Shades of Bright Sun #E1BC39

Tints of Bright Sun #E1BC39

Color information

#E1BC39 (or 0xE1BC39) is unknown color: approx Bright Sun. HEX triplet: E1, BC and 39. RGB value is (225,188,57). Sum of RGB (Red+Green+Blue) = 225+188+57=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 57 (22.66% from 255 or 12.13% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BC39 is #1E43C6. Grayscale: #B8B8B8. Windows color (decimal): -1983431 or 3783905. OLE color: 3783905.

HSL color Cylindrical-coordinate representation of color #E1BC39: hue angle of 46.79º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E1BC39 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB22518857-
CMYK00.160.750.12
HSL46.79º73.68%55.29%-
HSV(B)46.79º74.67%88.24%-
XYZ49.7752.2711.34-
YUV184.1356.26157.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.87%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 57 (22.66% from 255) = 12.13%
R=47.87%
G=40%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251885700.160.750.1246.7973.6855.29
HexE1BC390104BC2f4a37
Octal34127471020113145711267
Binary1110000110111100111001010000100101111001011111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC39; }

 p { color: rgb(225,188,57); }

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

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

 a { background-color: rgb(225,188,57); }

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

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

 span { border-color: rgb(225,188,57); }

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