#EAB431

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

Shades of Bright Sun #EAB431

Tints of Bright Sun #EAB431

Color information

#EAB431 (or 0xEAB431) is unknown color: approx Bright Sun. HEX triplet: EA, B4 and 31. RGB value is (234,180,49). Sum of RGB (Red+Green+Blue) = 234+180+49=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB431 is #154BCE. Grayscale: #B5B5B5. Windows color (decimal): -1395663 or 3257578. OLE color: 3257578.

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

Color convert

RGB23418049-
CMYK00.230.790.08
HSL42.49º81.5%55.49%-
HSV(B)42.49º79.06%91.76%-
XYZ50.8150.369.95-
YUV181.2153.39165.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.54%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 49 (19.53% from 255) = 10.58%
R=50.54%
G=38.88%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341804900.230.790.0842.4981.555.49
HexEAB4310174F82a5137
Octal35226461027117105212167
Binary1110101010110100110001010111100111110001010101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB431; }

 p { color: rgb(234,180,49); }

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

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

 a { background-color: rgb(234,180,49); }

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

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

 span { border-color: rgb(234,180,49); }

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