Html Css Color HEX #E7D95A Manz

📋 copy color: '#E7D95A'

red 231 ◦ green 217 ◦ blue 90

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

Shades of Manz #E7D95A

Tints of Manz #E7D95A

RGB

 RED value IS 231 (90.63% from 255) = 42.94%

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

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

R = 42.94%
G = 40.33%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7D95A (or 0xE7D95A) is known color: Manz. HEX triplet: E7, D9 and 5A. RGB value is (231,217,90). Sum of RGB (Red+Green+Blue) = 231+217+90=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 90 (35.55% from 255 or 16.73% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D95A is #1826A5. Grayscale: #CFCFCF. Windows color (decimal): -1582758 or 5954023. OLE color: 5954023.

HSL color Cylindrical-coordinate representation of color #E7D95A: hue angle of 54.04º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7D95A is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 217 90 -
CMYK 0 0.06 0.61 0.09
HSL 54.04º 0.75% 0.63% -
HSV(B) 54.04º 0.61% 0.91% -
XYZ 59.61 67.35 19.53 -
YUV 206.71 62.14 145.33 -
System Red Green Blue C M Y K H S L
Decimal 231 217 90 0 0.06 0.61 0.09 54.04 0.75 0.63
Hex E7 D9 5A 0 6 3D 9 36 4B 3F
Octal 347 331 132 0 6 75 11 66 113 77
Binary 11100111 11011001 1011010 0 110 111101 1001 110110 1001011 111111

Color Harmonies of #E7D95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D95A

Black with #E7D95A

Text Example


Text Example

White with #E7D95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D95A; }

 p { color: rgb(231,217,90); }

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

background-color css

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

 a { background-color: rgb(231,217,90); }

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

border-color css

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

 span { border-color: rgb(231,217,90); }

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