#E5BA2A

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

Shades of Bright Sun #E5BA2A

Tints of Bright Sun #E5BA2A

Color information

#E5BA2A (or 0xE5BA2A) is unknown color: approx Bright Sun. HEX triplet: E5, BA and 2A. RGB value is (229,186,42). Sum of RGB (Red+Green+Blue) = 229+186+42=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA2A is #1A45D5. Grayscale: #B7B7B7. Windows color (decimal): -1721814 or 2800357. OLE color: 2800357.

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

Color convert

RGB22918642-
CMYK00.190.820.10
HSL46.2º78.24%53.14%-
HSV(B)46.2º81.66%89.8%-
XYZ50.2951.949.57-
YUV182.4448.75161.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.11%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 42 (16.80% from 255) = 9.19%
R=50.11%
G=40.70%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291864200.190.820.1046.278.2453.14
HexE5BA2A01352A2e4e35
Octal34527252023122125611665
Binary1110010110111010101010010011101001010101011101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BA2A; }

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

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

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

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

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

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

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

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