Html Css Color HEX #EADD55 Manz

📋 copy color: '#EADD55'

red 234 ◦ green 221 ◦ blue 85

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

Shades of Manz #EADD55

Tints of Manz #EADD55

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.93%

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

R = 43.33%
G = 40.93%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EADD55 (or 0xEADD55) is known color: Manz. HEX triplet: EA, DD and 55. RGB value is (234,221,85). Sum of RGB (Red+Green+Blue) = 234+221+85=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 85 (33.59% from 255 or 15.74% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD55 is #1522AA. Grayscale: #D1D1D1. Windows color (decimal): -1385131 or 5627370. OLE color: 5627370.

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

Color convert

RGB 234 221 85 -
CMYK 0 0.06 0.64 0.08
HSL 54.77º 0.78% 0.63% -
HSV(B) 54.77º 0.64% 0.92% -
XYZ 61.43 69.86 18.84 -
YUV 209.38 57.81 145.56 -
System Red Green Blue C M Y K H S L
Decimal 234 221 85 0 0.06 0.64 0.08 54.77 0.78 0.63
Hex EA DD 55 0 6 40 8 37 4E 3F
Octal 352 335 125 0 6 100 10 67 116 77
Binary 11101010 11011101 1010101 0 110 1000000 1000 110111 1001110 111111

Color Harmonies of #EADD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD55

Black with #EADD55

Text Example


Text Example

White with #EADD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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