Html Css Color HEX #EADE57 Manz

📋 copy color: '#EADE57'

red 234 ◦ green 222 ◦ blue 87

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

Shades of Manz #EADE57

Tints of Manz #EADE57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.02%

R = 43.09%
G = 40.88%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EADE57 (or 0xEADE57) is known color: Manz. HEX triplet: EA, DE and 57. RGB value is (234,222,87). Sum of RGB (Red+Green+Blue) = 234+222+87=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 87 (34.38% from 255 or 16.02% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE57 is #1521A8. Grayscale: #D2D2D2. Windows color (decimal): -1384873 or 5758698. OLE color: 5758698.

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

Color convert

RGB 234 222 87 -
CMYK 0 0.05 0.63 0.08
HSL 55.1º 0.78% 0.63% -
HSV(B) 55.1º 0.63% 0.92% -
XYZ 61.77 70.42 19.35 -
YUV 210.2 58.48 144.98 -
System Red Green Blue C M Y K H S L
Decimal 234 222 87 0 0.05 0.63 0.08 55.1 0.78 0.63
Hex EA DE 57 0 5 3F 8 37 4E 3F
Octal 352 336 127 0 5 77 10 67 116 77
Binary 11101010 11011110 1010111 0 101 111111 1000 110111 1001110 111111

Color Harmonies of #EADE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE57

Black with #EADE57

Text Example


Text Example

White with #EADE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE57; }

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

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

background-color css

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

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

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

border-color css

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

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

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