Html Css Color HEX #EADA62 Manz

📋 copy color: '#EADA62'

red 234 ◦ green 218 ◦ blue 98

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

Shades of Manz #EADA62

Tints of Manz #EADA62

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.64%

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

R = 42.55%
G = 39.64%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EADA62 (or 0xEADA62) is known color: Manz. HEX triplet: EA, DA and 62. RGB value is (234,218,98). Sum of RGB (Red+Green+Blue) = 234+218+98=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA62 is #15259D. Grayscale: #D1D1D1. Windows color (decimal): -1385886 or 6478570. OLE color: 6478570.

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

Color convert

RGB 234 218 98 -
CMYK 0 0.07 0.58 0.08
HSL 52.94º 0.76% 0.65% -
HSV(B) 52.94º 0.58% 0.92% -
XYZ 61.21 68.52 21.55 -
YUV 209.1 65.3 145.76 -
System Red Green Blue C M Y K H S L
Decimal 234 218 98 0 0.07 0.58 0.08 52.94 0.76 0.65
Hex EA DA 62 0 7 3A 8 35 4C 41
Octal 352 332 142 0 7 72 10 65 114 101
Binary 11101010 11011010 1100010 0 111 111010 1000 110101 1001100 1000001

Color Harmonies of #EADA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA62

Black with #EADA62

Text Example


Text Example

White with #EADA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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