Html Css Color HEX #EAD949 Manz

📋 copy color: '#EAD949'

red 234 ◦ green 217 ◦ blue 73

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

Shades of Manz #EAD949

Tints of Manz #EAD949

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.41%

 BLUE value IS 73 (28.91% from 255) = 13.93%

R = 44.66%
G = 41.41%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAD949 (or 0xEAD949) is known color: Manz. HEX triplet: EA, D9 and 49. RGB value is (234,217,73). Sum of RGB (Red+Green+Blue) = 234+217+73=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD949 is #1526B6. Grayscale: #CECECE. Windows color (decimal): -1386167 or 4839914. OLE color: 4839914.

HSL color Cylindrical-coordinate representation of color #EAD949: hue angle of 53.66º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAD949 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 217 73 -
CMYK 0 0.07 0.69 0.08
HSL 53.66º 0.79% 0.6% -
HSV(B) 53.66º 0.69% 0.92% -
XYZ 59.95 67.6 16.19 -
YUV 205.67 53.13 148.21 -
System Red Green Blue C M Y K H S L
Decimal 234 217 73 0 0.07 0.69 0.08 53.66 0.79 0.6
Hex EA D9 49 0 7 45 8 36 4F 3C
Octal 352 331 111 0 7 105 10 66 117 74
Binary 11101010 11011001 1001001 0 111 1000101 1000 110110 1001111 111100

Color Harmonies of #EAD949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD949

Black with #EAD949

Text Example


Text Example

White with #EAD949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD949; }

 p { color: rgb(234,217,73); }

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

background-color css

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

 a { background-color: rgb(234,217,73); }

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

border-color css

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

 span { border-color: rgb(234,217,73); }

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