Html Css Color HEX #E1CE9F Double Colonial White

📋 copy color: '#E1CE9F'

red 225 ◦ green 206 ◦ blue 159

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

Shades of Double Colonial White #E1CE9F

Tints of Double Colonial White #E1CE9F

RGB

 RED value IS 225 (88.28% from 255) = 38.14%

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

 BLUE value IS 159 (62.5% from 255) = 26.95%

R = 38.14%
G = 34.92%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1CE9F (or 0xE1CE9F) is known color: Double Colonial White. HEX triplet: E1, CE and 9F. RGB value is (225,206,159). Sum of RGB (Red+Green+Blue) = 225+206+159=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CE9F is #1E3160. Grayscale: #CECECE. Windows color (decimal): -1978721 or 10473185. OLE color: 10473185.

HSL color Cylindrical-coordinate representation of color #E1CE9F: hue angle of 42.73º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1CE9F is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 206 159 -
CMYK 0 0.08 0.29 0.12
HSL 42.73º 0.52% 0.75% -
HSV(B) 42.73º 0.29% 0.88% -
XYZ 59.38 62.65 41.76 -
YUV 206.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 225 206 159 0 0.08 0.29 0.12 42.73 0.52 0.75
Hex E1 CE 9F 0 8 1D C 2B 34 4B
Octal 341 316 237 0 10 35 14 53 64 113
Binary 11100001 11001110 10011111 0 1000 11101 1100 101011 110100 1001011

Color Harmonies of #E1CE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CE9F

Black with #E1CE9F

Text Example


Text Example

White with #E1CE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CE9F; }

 p { color: rgb(225,206,159); }

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

background-color css

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

 a { background-color: rgb(225,206,159); }

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

border-color css

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

 span { border-color: rgb(225,206,159); }

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