#E5BA39

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

Shades of Bright Sun #E5BA39

Tints of Bright Sun #E5BA39

Color information

#E5BA39 (or 0xE5BA39) is unknown color: approx Bright Sun. HEX triplet: E5, BA and 39. RGB value is (229,186,57). Sum of RGB (Red+Green+Blue) = 229+186+57=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 57 (22.66% from 255 or 12.08% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA39 is #1A45C6. Grayscale: #B8B8B8. Windows color (decimal): -1721799 or 3783397. OLE color: 3783397.

HSL color Cylindrical-coordinate representation of color #E5BA39: hue angle of 45º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5BA39 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB22918657-
CMYK00.190.750.10
HSL45º76.79%56.08%-
HSV(B)45º75.11%89.8%-
XYZ50.6152.0711.25-
YUV184.1556.25159.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.52%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 57 (22.66% from 255) = 12.08%
R=48.52%
G=39.41%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291865700.190.750.104576.7956.08
HexE5BA390134BA2d4d38
Octal34527271023113125511570
Binary1110010110111010111001010011100101110101011011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BA39; }

 p { color: rgb(229,186,57); }

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

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

 a { background-color: rgb(229,186,57); }

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

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

 span { border-color: rgb(229,186,57); }

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