#EAE951

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

Shades of Manz #EAE951

Tints of Manz #EAE951

Color information

#EAE951 (or 0xEAE951) is unknown color: approx Manz. HEX triplet: EA, E9 and 51. RGB value is (234,233,81). Sum of RGB (Red+Green+Blue) = 234+233+81=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 81 (32.03% from 255 or 14.78% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE951 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE951 is #1516AE. Grayscale: #D8D8D8. Windows color (decimal): -1382063 or 5368298. OLE color: 5368298.

HSL color Cylindrical-coordinate representation of color #EAE951: hue angle of 59.61º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAE951 is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB23423381-
CMYK00.000.650.08
HSL59.61º78.46%61.76%-
HSV(B)59.61º65.38%91.76%-
XYZ64.5676.3619.12-
YUV215.9751.83140.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 233 (91.41% from 255) = 42.52%
BLUE value IS 81 (32.03% from 255) = 14.78%
R=42.70%
G=42.52%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342338100.000.650.0859.6178.4661.76
HexEAE951004183c4e3e
Octal35235112100101107411676
Binary1110101011101001101000100100000110001111001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE951; }

 p { color: rgb(234,233,81); }

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

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

 a { background-color: rgb(234,233,81); }

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

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

 span { border-color: rgb(234,233,81); }

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