Html Css Color HEX #E5D65A Manz

📋 copy color: '#E5D65A'

red 229 ◦ green 214 ◦ blue 90

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

Shades of Manz #E5D65A

Tints of Manz #E5D65A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.15%

 BLUE value IS 90 (35.55% from 255) = 16.89%

R = 42.96%
G = 40.15%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5D65A (or 0xE5D65A) is known color: Manz. HEX triplet: E5, D6 and 5A. RGB value is (229,214,90). Sum of RGB (Red+Green+Blue) = 229+214+90=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D65A is #1A29A5. Grayscale: #CCCCCC. Windows color (decimal): -1714598 or 5953253. OLE color: 5953253.

HSL color Cylindrical-coordinate representation of color #E5D65A: hue angle of 53.53º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5D65A is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 214 90 -
CMYK 0 0.07 0.61 0.10
HSL 53.53º 0.73% 0.63% -
HSV(B) 53.53º 0.61% 0.9% -
XYZ 58.21 65.49 19.25 -
YUV 204.35 63.47 145.58 -
System Red Green Blue C M Y K H S L
Decimal 229 214 90 0 0.07 0.61 0.10 53.53 0.73 0.63
Hex E5 D6 5A 0 7 3D A 36 49 3F
Octal 345 326 132 0 7 75 12 66 111 77
Binary 11100101 11010110 1011010 0 111 111101 1010 110110 1001001 111111

Color Harmonies of #E5D65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D65A

Black with #E5D65A

Text Example


Text Example

White with #E5D65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D65A; }

 p { color: rgb(229,214,90); }

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

background-color css

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

 a { background-color: rgb(229,214,90); }

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

border-color css

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

 span { border-color: rgb(229,214,90); }

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