#E2BC39

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

Shades of Bright Sun #E2BC39

Tints of Bright Sun #E2BC39

Color information

#E2BC39 (or 0xE2BC39) is unknown color: approx Bright Sun. HEX triplet: E2, BC and 39. RGB value is (226,188,57). Sum of RGB (Red+Green+Blue) = 226+188+57=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 57 (22.66% from 255 or 12.10% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BC39 is #1D43C6. Grayscale: #B8B8B8. Windows color (decimal): -1917895 or 3783906. OLE color: 3783906.

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

Color convert

RGB22618857-
CMYK00.170.750.11
HSL46.51º74.45%55.49%-
HSV(B)46.51º74.78%88.63%-
XYZ50.0952.4311.35-
YUV184.4356.09157.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.98%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 57 (22.66% from 255) = 12.10%
R=47.98%
G=39.92%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261885700.170.750.1146.5174.4555.49
HexE2BC390114BB2f4a37
Octal34227471021113135711267
Binary1110001010111100111001010001100101110111011111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BC39; }

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

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

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

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

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

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

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

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