#E2BC36

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

Shades of Bright Sun #E2BC36

Tints of Bright Sun #E2BC36

Color information

#E2BC36 (or 0xE2BC36) is unknown color: approx Bright Sun. HEX triplet: E2, BC and 36. RGB value is (226,188,54). Sum of RGB (Red+Green+Blue) = 226+188+54=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BC36 is #1D43C9. Grayscale: #B8B8B8. Windows color (decimal): -1917898 or 3587298. OLE color: 3587298.

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

Color convert

RGB22618854-
CMYK00.170.760.11
HSL46.74º74.78%54.9%-
HSV(B)46.74º76.11%88.63%-
XYZ50.0152.410.97-
YUV184.0954.59157.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.29%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 54 (21.48% from 255) = 11.54%
R=48.29%
G=40.17%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261885400.170.760.1146.7474.7854.9
HexE2BC360114CB2f4b37
Octal34227466021114135711367
Binary1110001010111100110110010001100110010111011111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BC36; }

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

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

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

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

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

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

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

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