Html Css Color HEX #E6D95A Manz

📋 copy color: '#E6D95A'

red 230 ◦ green 217 ◦ blue 90

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

Shades of Manz #E6D95A

Tints of Manz #E6D95A

RGB

 RED value IS 230 (90.23% from 255) = 42.83%

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

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

R = 42.83%
G = 40.41%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6D95A (or 0xE6D95A) is known color: Manz. HEX triplet: E6, D9 and 5A. RGB value is (230,217,90). Sum of RGB (Red+Green+Blue) = 230+217+90=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D95A is #1926A5. Grayscale: #CECECE. Windows color (decimal): -1648294 or 5954022. OLE color: 5954022.

HSL color Cylindrical-coordinate representation of color #E6D95A: hue angle of 54.43º degrees, saturation: 0.74, 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 #E6D95A is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 217 90 -
CMYK 0 0.06 0.61 0.10
HSL 54.43º 0.74% 0.63% -
HSV(B) 54.43º 0.61% 0.9% -
XYZ 59.29 67.19 19.52 -
YUV 206.41 62.31 144.83 -
System Red Green Blue C M Y K H S L
Decimal 230 217 90 0 0.06 0.61 0.10 54.43 0.74 0.63
Hex E6 D9 5A 0 6 3D A 36 4A 3F
Octal 346 331 132 0 6 75 12 66 112 77
Binary 11100110 11011001 1011010 0 110 111101 1010 110110 1001010 111111

Color Harmonies of #E6D95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D95A

Black with #E6D95A

Text Example


Text Example

White with #E6D95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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