Html Css Color HEX #E6CE95 Double Colonial White

📋 copy color: '#E6CE95'

red 230 ◦ green 206 ◦ blue 149

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

Shades of Double Colonial White #E6CE95

Tints of Double Colonial White #E6CE95

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.21%

 BLUE value IS 149 (58.59% from 255) = 25.47%

R = 39.32%
G = 35.21%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E6CE95 (or 0xE6CE95) is known color: Double Colonial White. HEX triplet: E6, CE and 95. RGB value is (230,206,149). Sum of RGB (Red+Green+Blue) = 230+206+149=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CE95 is #19316A. Grayscale: #CECECE. Windows color (decimal): -1651051 or 9817830. OLE color: 9817830.

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

Color convert

RGB 230 206 149 -
CMYK 0 0.10 0.35 0.10
HSL 42.22º 0.62% 0.74% -
HSV(B) 42.22º 0.35% 0.9% -
XYZ 60.13 63.14 37.45 -
YUV 206.68 95.45 144.63 -
System Red Green Blue C M Y K H S L
Decimal 230 206 149 0 0.10 0.35 0.10 42.22 0.62 0.74
Hex E6 CE 95 0 A 23 A 2A 3E 4A
Octal 346 316 225 0 12 43 12 52 76 112
Binary 11100110 11001110 10010101 0 1010 100011 1010 101010 111110 1001010

Color Harmonies of #E6CE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CE95

Black with #E6CE95

Text Example


Text Example

White with #E6CE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CE95; }

 p { color: rgb(230,206,149); }

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

background-color css

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

 a { background-color: rgb(230,206,149); }

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

border-color css

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

 span { border-color: rgb(230,206,149); }

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