Html Css Color HEX #EADE62 Manz

📋 copy color: '#EADE62'

red 234 ◦ green 222 ◦ blue 98

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

Shades of Manz #EADE62

Tints of Manz #EADE62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.69%

R = 42.24%
G = 40.07%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EADE62 (or 0xEADE62) is known color: Manz. HEX triplet: EA, DE and 62. RGB value is (234,222,98). Sum of RGB (Red+Green+Blue) = 234+222+98=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 98 (38.67% from 255 or 17.69% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE62 is #15219D. Grayscale: #D3D3D3. Windows color (decimal): -1384862 or 6479594. OLE color: 6479594.

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

Color convert

RGB 234 222 98 -
CMYK 0 0.05 0.58 0.08
HSL 54.71º 0.76% 0.65% -
HSV(B) 54.71º 0.58% 0.92% -
XYZ 62.26 70.62 21.9 -
YUV 211.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 234 222 98 0 0.05 0.58 0.08 54.71 0.76 0.65
Hex EA DE 62 0 5 3A 8 37 4C 41
Octal 352 336 142 0 5 72 10 67 114 101
Binary 11101010 11011110 1100010 0 101 111010 1000 110111 1001100 1000001

Color Harmonies of #EADE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE62

Black with #EADE62

Text Example


Text Example

White with #EADE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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