Html Css Color HEX #E6D194 Double Colonial White

📋 copy color: '#E6D194'

red 230 ◦ green 209 ◦ blue 148

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

Shades of Double Colonial White #E6D194

Tints of Double Colonial White #E6D194

RGB

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

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

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

R = 39.18%
G = 35.6%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E6D194 (or 0xE6D194) is known color: Double Colonial White. HEX triplet: E6, D1 and 94. RGB value is (230,209,148). Sum of RGB (Red+Green+Blue) = 230+209+148=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D194 is #192E6B. Grayscale: #D0D0D0. Windows color (decimal): -1650284 or 9753062. OLE color: 9753062.

HSL color Cylindrical-coordinate representation of color #E6D194: hue angle of 44.63º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6D194 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 209 148 -
CMYK 0 0.09 0.36 0.10
HSL 44.63º 0.62% 0.74% -
HSV(B) 44.63º 0.36% 0.9% -
XYZ 60.78 64.56 37.28 -
YUV 208.33 93.96 143.46 -
System Red Green Blue C M Y K H S L
Decimal 230 209 148 0 0.09 0.36 0.10 44.63 0.62 0.74
Hex E6 D1 94 0 9 24 A 2D 3E 4A
Octal 346 321 224 0 11 44 12 55 76 112
Binary 11100110 11010001 10010100 0 1001 100100 1010 101101 111110 1001010

Color Harmonies of #E6D194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D194

Black with #E6D194

Text Example


Text Example

White with #E6D194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D194; }

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

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

background-color css

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

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

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

border-color css

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

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

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