Html Css Color HEX #E2C891 Double Colonial White

📋 copy color: '#E2C891'

red 226 ◦ green 200 ◦ blue 145

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

Shades of Double Colonial White #E2C891

Tints of Double Colonial White #E2C891

RGB

 RED value IS 226 (88.67% from 255) = 39.58%

 GREEN value IS 200 (78.52% from 255) = 35.03%

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

R = 39.58%
G = 35.03%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E2C891 (or 0xE2C891) is known color: Double Colonial White. HEX triplet: E2, C8 and 91. RGB value is (226,200,145). Sum of RGB (Red+Green+Blue) = 226+200+145=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 145 (57.03% from 255 or 25.39% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C891 is #1D376E. Grayscale: #C9C9C9. Windows color (decimal): -1914735 or 9554146. OLE color: 9554146.

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

Color convert

RGB 226 200 145 -
CMYK 0 0.12 0.36 0.11
HSL 40.74º 0.58% 0.73% -
HSV(B) 40.74º 0.36% 0.89% -
XYZ 57.13 59.52 35.27 -
YUV 201.5 96.11 145.47 -
System Red Green Blue C M Y K H S L
Decimal 226 200 145 0 0.12 0.36 0.11 40.74 0.58 0.73
Hex E2 C8 91 0 C 24 B 29 3A 49
Octal 342 310 221 0 14 44 13 51 72 111
Binary 11100010 11001000 10010001 0 1100 100100 1011 101001 111010 1001001

Color Harmonies of #E2C891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C891

Black with #E2C891

Text Example


Text Example

White with #E2C891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C891; }

 p { color: rgb(226,200,145); }

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

background-color css

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

 a { background-color: rgb(226,200,145); }

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

border-color css

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

 span { border-color: rgb(226,200,145); }

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