Html Css Color HEX #E1CD91 Double Colonial White

📋 copy color: '#E1CD91'

red 225 ◦ green 205 ◦ blue 145

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

Shades of Double Colonial White #E1CD91

Tints of Double Colonial White #E1CD91

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.65%

 BLUE value IS 145 (57.03% from 255) = 25.22%

R = 39.13%
G = 35.65%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1CD91 (or 0xE1CD91) is known color: Double Colonial White. HEX triplet: E1, CD and 91. RGB value is (225,205,145). Sum of RGB (Red+Green+Blue) = 225+205+145=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 145 (57.03% from 255 or 25.22% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CD91 is #1E326E. Grayscale: #CCCCCC. Windows color (decimal): -1978991 or 9555425. OLE color: 9555425.

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

Color convert

RGB 225 205 145 -
CMYK 0 0.09 0.36 0.12
HSL 45º 0.57% 0.73% -
HSV(B) 45º 0.36% 0.88% -
XYZ 57.99 61.71 35.64 -
YUV 204.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 225 205 145 0 0.09 0.36 0.12 45 0.57 0.73
Hex E1 CD 91 0 9 24 C 2D 39 49
Octal 341 315 221 0 11 44 14 55 71 111
Binary 11100001 11001101 10010001 0 1001 100100 1100 101101 111001 1001001

Color Harmonies of #E1CD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CD91

Black with #E1CD91

Text Example


Text Example

White with #E1CD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CD91; }

 p { color: rgb(225,205,145); }

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

background-color css

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

 a { background-color: rgb(225,205,145); }

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

border-color css

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

 span { border-color: rgb(225,205,145); }

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