Html Css Color HEX #E1CC9D Double Colonial White

📋 copy color: '#E1CC9D'

red 225 ◦ green 204 ◦ blue 157

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

Shades of Double Colonial White #E1CC9D

Tints of Double Colonial White #E1CC9D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.81%

 BLUE value IS 157 (61.72% from 255) = 26.79%

R = 38.4%
G = 34.81%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1CC9D (or 0xE1CC9D) is known color: Double Colonial White. HEX triplet: E1, CC and 9D. RGB value is (225,204,157). Sum of RGB (Red+Green+Blue) = 225+204+157=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CC9D is #1E3362. Grayscale: #CDCDCD. Windows color (decimal): -1979235 or 10341601. OLE color: 10341601.

HSL color Cylindrical-coordinate representation of color #E1CC9D: hue angle of 41.47º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1CC9D is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 204 157 -
CMYK 0 0.09 0.30 0.12
HSL 41.47º 0.53% 0.75% -
HSV(B) 41.47º 0.3% 0.88% -
XYZ 58.73 61.63 40.7 -
YUV 204.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 225 204 157 0 0.09 0.30 0.12 41.47 0.53 0.75
Hex E1 CC 9D 0 9 1E C 29 35 4B
Octal 341 314 235 0 11 36 14 51 65 113
Binary 11100001 11001100 10011101 0 1001 11110 1100 101001 110101 1001011

Color Harmonies of #E1CC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CC9D

Black with #E1CC9D

Text Example


Text Example

White with #E1CC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CC9D; }

 p { color: rgb(225,204,157); }

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

background-color css

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

 a { background-color: rgb(225,204,157); }

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

border-color css

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

 span { border-color: rgb(225,204,157); }

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