Html Css Color HEX #EADC4A Manz

📋 copy color: '#EADC4A'

red 234 ◦ green 220 ◦ blue 74

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

Shades of Manz #EADC4A

Tints of Manz #EADC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.67%

 BLUE value IS 74 (29.3% from 255) = 14.02%

R = 44.32%
G = 41.67%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EADC4A (or 0xEADC4A) is known color: Manz. HEX triplet: EA, DC and 4A. RGB value is (234,220,74). Sum of RGB (Red+Green+Blue) = 234+220+74=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC4A is #1523B5. Grayscale: #D0D0D0. Windows color (decimal): -1385398 or 4906218. OLE color: 4906218.

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

Color convert

RGB 234 220 74 -
CMYK 0 0.06 0.68 0.08
HSL 54.75º 0.79% 0.6% -
HSV(B) 54.75º 0.68% 0.92% -
XYZ 60.76 69.17 16.63 -
YUV 207.54 52.64 146.87 -
System Red Green Blue C M Y K H S L
Decimal 234 220 74 0 0.06 0.68 0.08 54.75 0.79 0.6
Hex EA DC 4A 0 6 44 8 37 4F 3C
Octal 352 334 112 0 6 104 10 67 117 74
Binary 11101010 11011100 1001010 0 110 1000100 1000 110111 1001111 111100

Color Harmonies of #EADC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC4A

Black with #EADC4A

Text Example


Text Example

White with #EADC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC4A; }

 p { color: rgb(234,220,74); }

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

background-color css

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

 a { background-color: rgb(234,220,74); }

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

border-color css

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

 span { border-color: rgb(234,220,74); }

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