#eab932

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

Shades of Bright Sun #EAB932

Tints of Bright Sun #EAB932

Color information

#EAB932 (or 0xEAB932) is unknown color: approx Bright Sun. HEX triplet: EA, B9 and 32. RGB value is (234,185,50). Sum of RGB (Red+Green+Blue) = 234+185+50=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB932 is #1546CD. Grayscale: #B8B8B8. Windows color (decimal): -1394382 or 3324394. OLE color: 3324394.

HSL color Cylindrical-coordinate representation of color #EAB932: hue angle of 44.02º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAB932 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB23418550-
CMYK00.210.790.08
HSL44.02º81.42%55.69%-
HSV(B)44.02º78.63%91.76%-
XYZ51.8652.4210.4-
YUV184.2652.23163.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.89%
GREEN value IS 185 (72.66% from 255) = 39.45%
BLUE value IS 50 (19.92% from 255) = 10.66%
R=49.89%
G=39.45%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341855000.210.790.0844.0281.4255.69
HexEAB9320154F82c5138
Octal35227162025117105412170
Binary1110101010111001110010010101100111110001011001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eab932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eab932; }

 p { color: rgb(234,185,50); }

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

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

 a { background-color: rgb(234,185,50); }

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

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

 span { border-color: rgb(234,185,50); }

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