#E5BB2F

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

Shades of Bright Sun #E5BB2F

Tints of Bright Sun #E5BB2F

Color information

#E5BB2F (or 0xE5BB2F) is unknown color: approx Bright Sun. HEX triplet: E5, BB and 2F. RGB value is (229,187,47). Sum of RGB (Red+Green+Blue) = 229+187+47=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BB2F is #1A44D0. Grayscale: #B8B8B8. Windows color (decimal): -1721553 or 3128293. OLE color: 3128293.

HSL color Cylindrical-coordinate representation of color #E5BB2F: hue angle of 46.15º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5BB2F is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB22918747-
CMYK00.180.790.10
HSL46.15º77.78%54.12%-
HSV(B)46.15º79.48%89.8%-
XYZ50.652.410.14-
YUV183.650.91160.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 187 (73.44% from 255) = 40.39%
BLUE value IS 47 (18.75% from 255) = 10.15%
R=49.46%
G=40.39%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291874700.180.790.1046.1577.7854.12
HexE5BB2F0124FA2e4e36
Octal34527357022117125611666
Binary1110010110111011101111010010100111110101011101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BB2F; }

 p { color: rgb(229,187,47); }

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

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

 a { background-color: rgb(229,187,47); }

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

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

 span { border-color: rgb(229,187,47); }

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