Html Css Color HEX #E1CE95 Double Colonial White

📋 copy color: '#E1CE95'

red 225 ◦ green 206 ◦ blue 149

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

Shades of Double Colonial White #E1CE95

Tints of Double Colonial White #E1CE95

RGB

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

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

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

R = 38.79%
G = 35.52%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E1CE95 (or 0xE1CE95) is known color: Double Colonial White. HEX triplet: E1, CE and 95. RGB value is (225,206,149). Sum of RGB (Red+Green+Blue) = 225+206+149=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CE95 is #1E316A. Grayscale: #CDCDCD. Windows color (decimal): -1978731 or 9817825. OLE color: 9817825.

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

Color convert

RGB 225 206 149 -
CMYK 0 0.08 0.34 0.12
HSL 45º 0.56% 0.73% -
HSV(B) 45º 0.34% 0.88% -
XYZ 58.55 62.32 37.38 -
YUV 205.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 225 206 149 0 0.08 0.34 0.12 45 0.56 0.73
Hex E1 CE 95 0 8 22 C 2D 38 49
Octal 341 316 225 0 10 42 14 55 70 111
Binary 11100001 11001110 10010101 0 1000 100010 1100 101101 111000 1001001

Color Harmonies of #E1CE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CE95

Black with #E1CE95

Text Example


Text Example

White with #E1CE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CE95; }

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

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

background-color css

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

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

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

border-color css

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

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

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