Html Css Color HEX #EAD94C Manz

📋 copy color: '#EAD94C'

red 234 ◦ green 217 ◦ blue 76

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

Shades of Manz #EAD94C

Tints of Manz #EAD94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.42%

R = 44.4%
G = 41.18%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAD94C (or 0xEAD94C) is known color: Manz. HEX triplet: EA, D9 and 4C. RGB value is (234,217,76). Sum of RGB (Red+Green+Blue) = 234+217+76=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD94C is #1526B3. Grayscale: #CECECE. Windows color (decimal): -1386164 or 5036522. OLE color: 5036522.

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

Color convert

RGB 234 217 76 -
CMYK 0 0.07 0.68 0.08
HSL 53.54º 0.79% 0.61% -
HSV(B) 53.54º 0.68% 0.92% -
XYZ 60.05 67.64 16.73 -
YUV 206.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 234 217 76 0 0.07 0.68 0.08 53.54 0.79 0.61
Hex EA D9 4C 0 7 44 8 36 4F 3D
Octal 352 331 114 0 7 104 10 66 117 75
Binary 11101010 11011001 1001100 0 111 1000100 1000 110110 1001111 111101

Color Harmonies of #EAD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD94C

Black with #EAD94C

Text Example


Text Example

White with #EAD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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