#EAC431

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

Shades of Bright Sun #EAC431

Tints of Bright Sun #EAC431

Color information

#EAC431 (or 0xEAC431) is unknown color: approx Bright Sun. HEX triplet: EA, C4 and 31. RGB value is (234,196,49). Sum of RGB (Red+Green+Blue) = 234+196+49=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC431 is #153BCE. Grayscale: #BFBFBF. Windows color (decimal): -1391567 or 3261674. OLE color: 3261674.

HSL color Cylindrical-coordinate representation of color #EAC431: hue angle of 47.68º 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 #EAC431 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB23419649-
CMYK00.160.790.08
HSL47.68º81.5%55.49%-
HSV(B)47.68º79.06%91.76%-
XYZ54.2357.1911.09-
YUV190.648.09158.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.85%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 49 (19.53% from 255) = 10.23%
R=48.85%
G=40.92%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341964900.160.790.0847.6881.555.49
HexEAC4310104F8305137
Octal35230461020117106012167
Binary1110101011000100110001010000100111110001100001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC431; }

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

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

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

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

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

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

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

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