Html Css Color HEX #E9D194 Double Colonial White

📋 copy color: '#E9D194'

red 233 ◦ green 209 ◦ blue 148

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

Shades of Double Colonial White #E9D194

Tints of Double Colonial White #E9D194

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.42%

 BLUE value IS 148 (58.2% from 255) = 25.08%

R = 39.49%
G = 35.42%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E9D194 (or 0xE9D194) is known color: Double Colonial White. HEX triplet: E9, D1 and 94. RGB value is (233,209,148). Sum of RGB (Red+Green+Blue) = 233+209+148=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D194 is #162E6B. Grayscale: #D1D1D1. Windows color (decimal): -1453676 or 9753065. OLE color: 9753065.

HSL color Cylindrical-coordinate representation of color #E9D194: hue angle of 43.06º degrees, saturation: 0.66, 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 #E9D194 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 209 148 -
CMYK 0 0.10 0.36 0.09
HSL 43.06º 0.66% 0.75% -
HSV(B) 43.06º 0.36% 0.91% -
XYZ 61.75 65.06 37.32 -
YUV 209.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 233 209 148 0 0.10 0.36 0.09 43.06 0.66 0.75
Hex E9 D1 94 0 A 24 9 2B 42 4B
Octal 351 321 224 0 12 44 11 53 102 113
Binary 11101001 11010001 10010100 0 1010 100100 1001 101011 1000010 1001011

Color Harmonies of #E9D194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D194

Black with #E9D194

Text Example


Text Example

White with #E9D194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D194; }

 p { color: rgb(233,209,148); }

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

background-color css

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

 a { background-color: rgb(233,209,148); }

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

border-color css

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

 span { border-color: rgb(233,209,148); }

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