#EAC231

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

Shades of Bright Sun #EAC231

Tints of Bright Sun #EAC231

Color information

#EAC231 (or 0xEAC231) is unknown color: approx Bright Sun. HEX triplet: EA, C2 and 31. RGB value is (234,194,49). Sum of RGB (Red+Green+Blue) = 234+194+49=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC231 is #153DCE. Grayscale: #BEBEBE. Windows color (decimal): -1392079 or 3261162. OLE color: 3261162.

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

Color convert

RGB23419449-
CMYK00.170.790.08
HSL47.03º81.5%55.49%-
HSV(B)47.03º79.06%91.76%-
XYZ53.7856.310.94-
YUV189.4348.75159.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.06%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 49 (19.53% from 255) = 10.27%
R=49.06%
G=40.67%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341944900.170.790.0847.0381.555.49
HexEAC2310114F82f5137
Octal35230261021117105712167
Binary1110101011000010110001010001100111110001011111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC231; }

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

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

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

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

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

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

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

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