Html Css Color HEX #E5D84A Manz

📋 copy color: '#E5D84A'

red 229 ◦ green 216 ◦ blue 74

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

Shades of Manz #E5D84A

Tints of Manz #E5D84A

RGB

 RED value IS 229 (89.84% from 255) = 44.12%

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

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

R = 44.12%
G = 41.62%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5D84A (or 0xE5D84A) is known color: Manz. HEX triplet: E5, D8 and 4A. RGB value is (229,216,74). Sum of RGB (Red+Green+Blue) = 229+216+74=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D84A is #1A27B5. Grayscale: #CCCCCC. Windows color (decimal): -1714102 or 4905189. OLE color: 4905189.

HSL color Cylindrical-coordinate representation of color #E5D84A: hue angle of 54.97º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5D84A is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 216 74 -
CMYK 0 0.06 0.68 0.10
HSL 54.97º 0.75% 0.59% -
HSV(B) 54.97º 0.68% 0.9% -
XYZ 58.11 66.26 16.21 -
YUV 203.7 54.81 146.05 -
System Red Green Blue C M Y K H S L
Decimal 229 216 74 0 0.06 0.68 0.10 54.97 0.75 0.59
Hex E5 D8 4A 0 6 44 A 37 4B 3B
Octal 345 330 112 0 6 104 12 67 113 73
Binary 11100101 11011000 1001010 0 110 1000100 1010 110111 1001011 111011

Color Harmonies of #E5D84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D84A

Black with #E5D84A

Text Example


Text Example

White with #E5D84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D84A; }

 p { color: rgb(229,216,74); }

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

background-color css

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

 a { background-color: rgb(229,216,74); }

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

border-color css

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

 span { border-color: rgb(229,216,74); }

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