Html Css Color HEX #E9D096 Double Colonial White

📋 copy color: '#E9D096'

red 233 ◦ green 208 ◦ blue 150

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

Shades of Double Colonial White #E9D096

Tints of Double Colonial White #E9D096

RGB

 RED value IS 233 (91.41% from 255) = 39.42%

 GREEN value IS 208 (81.64% from 255) = 35.19%

 BLUE value IS 150 (58.98% from 255) = 25.38%

R = 39.42%
G = 35.19%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E9D096 (or 0xE9D096) is known color: Double Colonial White. HEX triplet: E9, D0 and 96. RGB value is (233,208,150). Sum of RGB (Red+Green+Blue) = 233+208+150=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D096 is #162F69. Grayscale: #D1D1D1. Windows color (decimal): -1453930 or 9883881. OLE color: 9883881.

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

Color convert

RGB 233 208 150 -
CMYK 0 0.11 0.36 0.09
HSL 41.93º 0.65% 0.75% -
HSV(B) 41.93º 0.36% 0.91% -
XYZ 61.67 64.64 38.08 -
YUV 208.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 233 208 150 0 0.11 0.36 0.09 41.93 0.65 0.75
Hex E9 D0 96 0 B 24 9 2A 41 4B
Octal 351 320 226 0 13 44 11 52 101 113
Binary 11101001 11010000 10010110 0 1011 100100 1001 101010 1000001 1001011

Color Harmonies of #E9D096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D096

Black with #E9D096

Text Example


Text Example

White with #E9D096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D096; }

 p { color: rgb(233,208,150); }

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

background-color css

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

 a { background-color: rgb(233,208,150); }

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

border-color css

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

 span { border-color: rgb(233,208,150); }

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