Html Css Color HEX #E1C998 Double Colonial White

📋 copy color: '#E1C998'

red 225 ◦ green 201 ◦ blue 152

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

Shades of Double Colonial White #E1C998

Tints of Double Colonial White #E1C998

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.78%

 BLUE value IS 152 (59.77% from 255) = 26.3%

R = 38.93%
G = 34.78%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1C998 (or 0xE1C998) is known color: Double Colonial White. HEX triplet: E1, C9 and 98. RGB value is (225,201,152). Sum of RGB (Red+Green+Blue) = 225+201+152=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 152 (59.77% from 255 or 26.30% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C998 is #1E3667. Grayscale: #CACACA. Windows color (decimal): -1980008 or 10013153. OLE color: 10013153.

HSL color Cylindrical-coordinate representation of color #E1C998: hue angle of 40.27º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1C998 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 201 152 -
CMYK 0 0.11 0.32 0.12
HSL 40.27º 0.55% 0.74% -
HSV(B) 40.27º 0.32% 0.88% -
XYZ 57.61 60.05 38.26 -
YUV 202.59 99.45 143.98 -
System Red Green Blue C M Y K H S L
Decimal 225 201 152 0 0.11 0.32 0.12 40.27 0.55 0.74
Hex E1 C9 98 0 B 20 C 28 37 4A
Octal 341 311 230 0 13 40 14 50 67 112
Binary 11100001 11001001 10011000 0 1011 100000 1100 101000 110111 1001010

Color Harmonies of #E1C998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C998

Black with #E1C998

Text Example


Text Example

White with #E1C998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C998; }

 p { color: rgb(225,201,152); }

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

background-color css

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

 a { background-color: rgb(225,201,152); }

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

border-color css

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

 span { border-color: rgb(225,201,152); }

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