Html Css Color HEX #E1D698 Double Colonial White

📋 copy color: '#E1D698'

red 225 ◦ green 214 ◦ blue 152

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

Shades of Double Colonial White #E1D698

Tints of Double Colonial White #E1D698

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.21%

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

R = 38.07%
G = 36.21%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1D698 (or 0xE1D698) is known color: Double Colonial White. HEX triplet: E1, D6 and 98. RGB value is (225,214,152). Sum of RGB (Red+Green+Blue) = 225+214+152=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 152 (59.77% from 255 or 25.72% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D698 is #1E2967. Grayscale: #D2D2D2. Windows color (decimal): -1976680 or 10016481. OLE color: 10016481.

HSL color Cylindrical-coordinate representation of color #E1D698: hue angle of 50.96º 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 #E1D698 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 214 152 -
CMYK 0 0.05 0.32 0.12
HSL 50.96º 0.55% 0.74% -
HSV(B) 50.96º 0.32% 0.88% -
XYZ 60.77 66.37 39.31 -
YUV 210.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 225 214 152 0 0.05 0.32 0.12 50.96 0.55 0.74
Hex E1 D6 98 0 5 20 C 33 37 4A
Octal 341 326 230 0 5 40 14 63 67 112
Binary 11100001 11010110 10011000 0 101 100000 1100 110011 110111 1001010

Color Harmonies of #E1D698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D698

Black with #E1D698

Text Example


Text Example

White with #E1D698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D698; }

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

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

background-color css

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

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

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

border-color css

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

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

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