Html Css Color HEX #EADE59 Manz

📋 copy color: '#EADE59'

red 234 ◦ green 222 ◦ blue 89

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

Shades of Manz #EADE59

Tints of Manz #EADE59

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.73%

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

R = 42.94%
G = 40.73%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EADE59 (or 0xEADE59) is known color: Manz. HEX triplet: EA, DE and 59. RGB value is (234,222,89). Sum of RGB (Red+Green+Blue) = 234+222+89=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 89 (35.16% from 255 or 16.33% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE59 is #1521A6. Grayscale: #D2D2D2. Windows color (decimal): -1384871 or 5889770. OLE color: 5889770.

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

Color convert

RGB 234 222 89 -
CMYK 0 0.05 0.62 0.08
HSL 55.03º 0.78% 0.63% -
HSV(B) 55.03º 0.62% 0.92% -
XYZ 61.86 70.46 19.79 -
YUV 210.43 59.48 144.81 -
System Red Green Blue C M Y K H S L
Decimal 234 222 89 0 0.05 0.62 0.08 55.03 0.78 0.63
Hex EA DE 59 0 5 3E 8 37 4E 3F
Octal 352 336 131 0 5 76 10 67 116 77
Binary 11101010 11011110 1011001 0 101 111110 1000 110111 1001110 111111

Color Harmonies of #EADE59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE59

Black with #EADE59

Text Example


Text Example

White with #EADE59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE59; }

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

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

background-color css

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

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

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

border-color css

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

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

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