Html Css Color HEX #EADD5A Manz

📋 copy color: '#EADD5A'

red 234 ◦ green 221 ◦ blue 90

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

Shades of Manz #EADD5A

Tints of Manz #EADD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.51%

R = 42.94%
G = 40.55%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EADD5A (or 0xEADD5A) is known color: Manz. HEX triplet: EA, DD and 5A. RGB value is (234,221,90). Sum of RGB (Red+Green+Blue) = 234+221+90=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 90 (35.55% from 255 or 16.51% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD5A is #1522A5. Grayscale: #D2D2D2. Windows color (decimal): -1385126 or 5955050. OLE color: 5955050.

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

Color convert

RGB 234 221 90 -
CMYK 0 0.06 0.62 0.08
HSL 54.58º 0.77% 0.64% -
HSV(B) 54.58º 0.62% 0.92% -
XYZ 61.63 69.94 19.92 -
YUV 209.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 234 221 90 0 0.06 0.62 0.08 54.58 0.77 0.64
Hex EA DD 5A 0 6 3E 8 37 4D 40
Octal 352 335 132 0 6 76 10 67 115 100
Binary 11101010 11011101 1011010 0 110 111110 1000 110111 1001101 1000000

Color Harmonies of #EADD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD5A

Black with #EADD5A

Text Example


Text Example

White with #EADD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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