Html Css Color HEX #EADE47 Manz

📋 copy color: '#EADE47'

red 234 ◦ green 222 ◦ blue 71

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

Shades of Manz #EADE47

Tints of Manz #EADE47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.47%

R = 44.4%
G = 42.13%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EADE47 (or 0xEADE47) is known color: Manz. HEX triplet: EA, DE and 47. RGB value is (234,222,71). Sum of RGB (Red+Green+Blue) = 234+222+71=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 71 (28.12% from 255 or 13.47% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE47 is #1521B8. Grayscale: #D0D0D0. Windows color (decimal): -1384889 or 4710122. OLE color: 4710122.

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

Color convert

RGB 234 222 71 -
CMYK 0 0.05 0.70 0.08
HSL 55.58º 0.8% 0.6% -
HSV(B) 55.58º 0.7% 0.92% -
XYZ 61.19 70.19 16.28 -
YUV 208.37 50.48 146.28 -
System Red Green Blue C M Y K H S L
Decimal 234 222 71 0 0.05 0.70 0.08 55.58 0.8 0.6
Hex EA DE 47 0 5 46 8 38 50 3C
Octal 352 336 107 0 5 106 10 70 120 74
Binary 11101010 11011110 1000111 0 101 1000110 1000 111000 1010000 111100

Color Harmonies of #EADE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE47

Black with #EADE47

Text Example


Text Example

White with #EADE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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