Html Css Color HEX #E6D896 Double Colonial White

📋 copy color: '#E6D896'

red 230 ◦ green 216 ◦ blue 150

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

Shades of Double Colonial White #E6D896

Tints of Double Colonial White #E6D896

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.24%

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

R = 38.59%
G = 36.24%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E6D896 (or 0xE6D896) is known color: Double Colonial White. HEX triplet: E6, D8 and 96. RGB value is (230,216,150). Sum of RGB (Red+Green+Blue) = 230+216+150=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D896 is #192769. Grayscale: #D4D4D4. Windows color (decimal): -1648490 or 9885926. OLE color: 9885926.

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

Color convert

RGB 230 216 150 -
CMYK 0 0.06 0.35 0.10
HSL 49.5º 0.62% 0.75% -
HSV(B) 49.5º 0.35% 0.9% -
XYZ 62.69 68.14 38.7 -
YUV 212.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 230 216 150 0 0.06 0.35 0.10 49.5 0.62 0.75
Hex E6 D8 96 0 6 23 A 32 3E 4B
Octal 346 330 226 0 6 43 12 62 76 113
Binary 11100110 11011000 10010110 0 110 100011 1010 110010 111110 1001011

Color Harmonies of #E6D896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D896

Black with #E6D896

Text Example


Text Example

White with #E6D896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D896; }

 p { color: rgb(230,216,150); }

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

background-color css

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

 a { background-color: rgb(230,216,150); }

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

border-color css

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

 span { border-color: rgb(230,216,150); }

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