Html Css Color HEX #EADB5A Manz

📋 copy color: '#EADB5A'

red 234 ◦ green 219 ◦ blue 90

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

Shades of Manz #EADB5A

Tints of Manz #EADB5A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.33%

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

R = 43.09%
G = 40.33%
B = 16.57%

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

#EADB5A (or 0xEADB5A) is known color: Manz. HEX triplet: EA, DB and 5A. RGB value is (234,219,90). Sum of RGB (Red+Green+Blue) = 234+219+90=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 90 (35.55% from 255 or 16.57% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB5A is #1524A5. Grayscale: #D1D1D1. Windows color (decimal): -1385638 or 5954538. OLE color: 5954538.

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

Color convert

RGB 234 219 90 -
CMYK 0 0.06 0.62 0.08
HSL 53.75º 0.77% 0.64% -
HSV(B) 53.75º 0.62% 0.92% -
XYZ 61.11 68.89 19.75 -
YUV 208.78 60.97 145.99 -
System Red Green Blue C M Y K H S L
Decimal 234 219 90 0 0.06 0.62 0.08 53.75 0.77 0.64
Hex EA DB 5A 0 6 3E 8 36 4D 40
Octal 352 333 132 0 6 76 10 66 115 100
Binary 11101010 11011011 1011010 0 110 111110 1000 110110 1001101 1000000

Color Harmonies of #EADB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB5A

Black with #EADB5A

Text Example


Text Example

White with #EADB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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