#EAC236

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

Shades of Bright Sun #EAC236

Tints of Bright Sun #EAC236

Color information

#EAC236 (or 0xEAC236) is unknown color: approx Bright Sun. HEX triplet: EA, C2 and 36. RGB value is (234,194,54). Sum of RGB (Red+Green+Blue) = 234+194+54=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 54 (21.48% from 255 or 11.20% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC236 is #153DC9. Grayscale: #BEBEBE. Windows color (decimal): -1392074 or 3588842. OLE color: 3588842.

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

Color convert

RGB23419454-
CMYK00.170.770.08
HSL46.67º81.08%56.47%-
HSV(B)46.67º76.92%91.76%-
XYZ53.8956.3411.52-
YUV19051.25159.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 194 (76.17% from 255) = 40.25%
BLUE value IS 54 (21.48% from 255) = 11.20%
R=48.55%
G=40.25%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341945400.170.770.0846.6781.0856.47
HexEAC2360114D82f5138
Octal35230266021115105712170
Binary1110101011000010110110010001100110110001011111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC236; }

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

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

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

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

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

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

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

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