Html Css Color HEX #EADD5B Manz

📋 copy color: '#EADD5B'

red 234 ◦ green 221 ◦ blue 91

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

Shades of Manz #EADD5B

Tints of Manz #EADD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.67%

R = 42.86%
G = 40.48%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EADD5B (or 0xEADD5B) is known color: Manz. HEX triplet: EA, DD and 5B. RGB value is (234,221,91). Sum of RGB (Red+Green+Blue) = 234+221+91=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 91 (35.94% from 255 or 16.67% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD5B is #1522A4. Grayscale: #D2D2D2. Windows color (decimal): -1385125 or 6020586. OLE color: 6020586.

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

Color convert

RGB 234 221 91 -
CMYK 0 0.06 0.61 0.08
HSL 54.55º 0.77% 0.64% -
HSV(B) 54.55º 0.61% 0.92% -
XYZ 61.68 69.96 20.15 -
YUV 210.07 60.81 145.07 -
System Red Green Blue C M Y K H S L
Decimal 234 221 91 0 0.06 0.61 0.08 54.55 0.77 0.64
Hex EA DD 5B 0 6 3D 8 37 4D 40
Octal 352 335 133 0 6 75 10 67 115 100
Binary 11101010 11011101 1011011 0 110 111101 1000 110111 1001101 1000000

Color Harmonies of #EADD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD5B

Black with #EADD5B

Text Example


Text Example

White with #EADD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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