#E5BE2C

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

Shades of Bright Sun #E5BE2C

Tints of Bright Sun #E5BE2C

Color information

#E5BE2C (or 0xE5BE2C) is unknown color: approx Bright Sun. HEX triplet: E5, BE and 2C. RGB value is (229,190,44). Sum of RGB (Red+Green+Blue) = 229+190+44=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BE2C is #1A41D3. Grayscale: #B9B9B9. Windows color (decimal): -1720788 or 2932453. OLE color: 2932453.

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

Color convert

RGB22919044-
CMYK00.170.810.10
HSL47.35º78.06%53.53%-
HSV(B)47.35º80.79%89.8%-
XYZ51.1853.6710.04-
YUV185.0248.42159.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 44 (17.58% from 255) = 9.50%
R=49.46%
G=41.04%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291904400.170.810.1047.3578.0653.53
HexE5BE2C01151A2f4e36
Octal34527654021121125711666
Binary1110010110111110101100010001101000110101011111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BE2C; }

 p { color: rgb(229,190,44); }

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

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

 a { background-color: rgb(229,190,44); }

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

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

 span { border-color: rgb(229,190,44); }

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