Html Css Color HEX #EADB59 Manz

📋 copy color: '#EADB59'

red 234 ◦ green 219 ◦ blue 89

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

Shades of Manz #EADB59

Tints of Manz #EADB59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 16.42%

R = 43.17%
G = 40.41%
B = 16.42%

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

#EADB59 (or 0xEADB59) is known color: Manz. HEX triplet: EA, DB and 59. RGB value is (234,219,89). Sum of RGB (Red+Green+Blue) = 234+219+89=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 89 (35.16% from 255 or 16.42% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB59 is #1524A6. Grayscale: #D1D1D1. Windows color (decimal): -1385639 or 5889002. OLE color: 5889002.

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

Color convert

RGB 234 219 89 -
CMYK 0 0.06 0.62 0.08
HSL 53.79º 0.78% 0.63% -
HSV(B) 53.79º 0.62% 0.92% -
XYZ 61.07 68.88 19.53 -
YUV 208.67 60.47 146.07 -
System Red Green Blue C M Y K H S L
Decimal 234 219 89 0 0.06 0.62 0.08 53.79 0.78 0.63
Hex EA DB 59 0 6 3E 8 36 4E 3F
Octal 352 333 131 0 6 76 10 66 116 77
Binary 11101010 11011011 1011001 0 110 111110 1000 110110 1001110 111111

Color Harmonies of #EADB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB59

Black with #EADB59

Text Example


Text Example

White with #EADB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB59; }

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

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

background-color css

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

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

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

border-color css

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

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

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