#EAD95F

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

Shades of Manz #EAD95F

Tints of Manz #EAD95F

Color information

#EAD95F (or 0xEAD95F) is unknown color: approx Manz. HEX triplet: EA, D9 and 5F. RGB value is (234,217,95). Sum of RGB (Red+Green+Blue) = 234+217+95=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 95 (37.5% from 255 or 17.40% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD95F is #1526A0. Grayscale: #D0D0D0. Windows color (decimal): -1386145 or 6281706. OLE color: 6281706.

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

Color convert

RGB23421795-
CMYK00.070.590.08
HSL52.66º76.8%64.51%-
HSV(B)52.66º59.4%91.76%-
XYZ60.8167.9420.74-
YUV208.1864.13146.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 217 (85.16% from 255) = 39.74%
BLUE value IS 95 (37.5% from 255) = 17.40%
R=42.86%
G=39.74%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342179500.070.590.0852.6676.864.51
HexEAD95F073B8354d41
Octal35233113707731065115101
Binary111010101101100110111110111111011100011010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD95F; }

 p { color: rgb(234,217,95); }

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

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

 a { background-color: rgb(234,217,95); }

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

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

 span { border-color: rgb(234,217,95); }

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