Html Css Color HEX #EAD94A Manz

📋 copy color: '#EAD94A'

red 234 ◦ green 217 ◦ blue 74

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

Shades of Manz #EAD94A

Tints of Manz #EAD94A

RGB

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

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

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

R = 44.57%
G = 41.33%
B = 14.1%

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

#EAD94A (or 0xEAD94A) is known color: Manz. HEX triplet: EA, D9 and 4A. RGB value is (234,217,74). Sum of RGB (Red+Green+Blue) = 234+217+74=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD94A is #1526B5. Grayscale: #CECECE. Windows color (decimal): -1386166 or 4905450. OLE color: 4905450.

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

Color convert

RGB 234 217 74 -
CMYK 0 0.07 0.68 0.08
HSL 53.63º 0.79% 0.6% -
HSV(B) 53.63º 0.68% 0.92% -
XYZ 59.98 67.61 16.37 -
YUV 205.78 53.63 148.13 -
System Red Green Blue C M Y K H S L
Decimal 234 217 74 0 0.07 0.68 0.08 53.63 0.79 0.6
Hex EA D9 4A 0 7 44 8 36 4F 3C
Octal 352 331 112 0 7 104 10 66 117 74
Binary 11101010 11011001 1001010 0 111 1000100 1000 110110 1001111 111100

Color Harmonies of #EAD94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD94A

Black with #EAD94A

Text Example


Text Example

White with #EAD94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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