Html Css Color HEX #EAD84D Manz

📋 copy color: '#EAD84D'

red 234 ◦ green 216 ◦ blue 77

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

Shades of Manz #EAD84D

Tints of Manz #EAD84D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.99%

 BLUE value IS 77 (30.47% from 255) = 14.61%

R = 44.4%
G = 40.99%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EAD84D (or 0xEAD84D) is known color: Manz. HEX triplet: EA, D8 and 4D. RGB value is (234,216,77). Sum of RGB (Red+Green+Blue) = 234+216+77=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD84D is #1527B2. Grayscale: #CECECE. Windows color (decimal): -1386419 or 5101802. OLE color: 5101802.

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

Color convert

RGB 234 216 77 -
CMYK 0 0.08 0.67 0.08
HSL 53.12º 0.79% 0.61% -
HSV(B) 53.12º 0.67% 0.92% -
XYZ 59.83 67.14 16.83 -
YUV 205.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 234 216 77 0 0.08 0.67 0.08 53.12 0.79 0.61
Hex EA D8 4D 0 8 43 8 35 4F 3D
Octal 352 330 115 0 10 103 10 65 117 75
Binary 11101010 11011000 1001101 0 1000 1000011 1000 110101 1001111 111101

Color Harmonies of #EAD84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD84D

Black with #EAD84D

Text Example


Text Example

White with #EAD84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD84D; }

 p { color: rgb(234,216,77); }

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

background-color css

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

 a { background-color: rgb(234,216,77); }

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

border-color css

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

 span { border-color: rgb(234,216,77); }

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