#EAB52E

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

Shades of Bright Sun #EAB52E

Tints of Bright Sun #EAB52E

Color information

#EAB52E (or 0xEAB52E) is unknown color: approx Bright Sun. HEX triplet: EA, B5 and 2E. RGB value is (234,181,46). Sum of RGB (Red+Green+Blue) = 234+181+46=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB52E is #154AD1. Grayscale: #B6B6B6. Windows color (decimal): -1395410 or 3061226. OLE color: 3061226.

HSL color Cylindrical-coordinate representation of color #EAB52E: hue angle of 43.09º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAB52E is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB23418146-
CMYK00.230.800.08
HSL43.09º81.74%54.9%-
HSV(B)43.09º80.34%91.76%-
XYZ50.9550.749.69-
YUV181.4651.56165.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 181 (71.09% from 255) = 39.26%
BLUE value IS 46 (18.36% from 255) = 9.98%
R=50.76%
G=39.26%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341814600.230.800.0843.0981.7454.9
HexEAB52E0175082b5237
Octal35226556027120105312267
Binary1110101010110101101110010111101000010001010111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB52E; }

 p { color: rgb(234,181,46); }

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

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

 a { background-color: rgb(234,181,46); }

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

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

 span { border-color: rgb(234,181,46); }

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