Html Css Color HEX #EAD955 Manz

📋 copy color: '#EAD955'

red 234 ◦ green 217 ◦ blue 85

#EAD955
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #EAD955

Tints of Manz #EAD955

RGB

 RED value IS 234 (91.8% from 255) = 43.66%

 GREEN value IS 217 (85.16% from 255) = 40.49%

 BLUE value IS 85 (33.59% from 255) = 15.86%

R = 43.66%
G = 40.49%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAD955 (or 0xEAD955) is known color: Manz. HEX triplet: EA, D9 and 55. RGB value is (234,217,85). Sum of RGB (Red+Green+Blue) = 234+217+85=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 85 (33.59% from 255 or 15.86% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD955 is #1526AA. Grayscale: #CFCFCF. Windows color (decimal): -1386155 or 5626346. OLE color: 5626346.

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

Color convert

RGB 234 217 85 -
CMYK 0 0.07 0.64 0.08
HSL 53.15º 0.78% 0.63% -
HSV(B) 53.15º 0.64% 0.92% -
XYZ 60.38 67.77 18.49 -
YUV 207.04 59.13 147.23 -
System Red Green Blue C M Y K H S L
Decimal 234 217 85 0 0.07 0.64 0.08 53.15 0.78 0.63
Hex EA D9 55 0 7 40 8 35 4E 3F
Octal 352 331 125 0 7 100 10 65 116 77
Binary 11101010 11011001 1010101 0 111 1000000 1000 110101 1001110 111111

Color Harmonies of #EAD955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD955

Black with #EAD955

Text Example


Text Example

White with #EAD955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD955; }

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

 H1.HeaderClassName
 {
   color: #EAD955;
 }
 .AnyTagClassName
 {
   color: #EAD955;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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