#EAC331

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

Shades of Bright Sun #EAC331

Tints of Bright Sun #EAC331

Color information

#EAC331 (or 0xEAC331) is unknown color: approx Bright Sun. HEX triplet: EA, C3 and 31. RGB value is (234,195,49). Sum of RGB (Red+Green+Blue) = 234+195+49=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC331 is #153CCE. Grayscale: #BEBEBE. Windows color (decimal): -1391823 or 3261418. OLE color: 3261418.

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

Color convert

RGB23419549-
CMYK00.170.790.08
HSL47.35º81.5%55.49%-
HSV(B)47.35º79.06%91.76%-
XYZ5456.7411.01-
YUV190.0248.42159.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 195 (76.56% from 255) = 40.79%
BLUE value IS 49 (19.53% from 255) = 10.25%
R=48.95%
G=40.79%
B=10.25%

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
Decimal2341954900.170.790.0847.3581.555.49
HexEAC3310114F82f5137
Octal35230361021117105712167
Binary1110101011000011110001010001100111110001011111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC331; }

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

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

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

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

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

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

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

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