Html Css Color HEX #E1CB9B Double Colonial White

📋 copy color: '#E1CB9B'

red 225 ◦ green 203 ◦ blue 155

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

Shades of Double Colonial White #E1CB9B

Tints of Double Colonial White #E1CB9B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.82%

 BLUE value IS 155 (60.94% from 255) = 26.59%

R = 38.59%
G = 34.82%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1CB9B (or 0xE1CB9B) is known color: Double Colonial White. HEX triplet: E1, CB and 9B. RGB value is (225,203,155). Sum of RGB (Red+Green+Blue) = 225+203+155=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 155 (60.94% from 255 or 26.59% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CB9B is #1E3464. Grayscale: #CCCCCC. Windows color (decimal): -1979493 or 10210273. OLE color: 10210273.

HSL color Cylindrical-coordinate representation of color #E1CB9B: hue angle of 41.14º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1CB9B is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 203 155 -
CMYK 0 0.10 0.31 0.12
HSL 41.14º 0.54% 0.75% -
HSV(B) 41.14º 0.31% 0.88% -
XYZ 58.32 61.09 39.73 -
YUV 204.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 225 203 155 0 0.10 0.31 0.12 41.14 0.54 0.75
Hex E1 CB 9B 0 A 1F C 29 36 4B
Octal 341 313 233 0 12 37 14 51 66 113
Binary 11100001 11001011 10011011 0 1010 11111 1100 101001 110110 1001011

Color Harmonies of #E1CB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CB9B

Black with #E1CB9B

Text Example


Text Example

White with #E1CB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CB9B; }

 p { color: rgb(225,203,155); }

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

background-color css

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

 a { background-color: rgb(225,203,155); }

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

border-color css

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

 span { border-color: rgb(225,203,155); }

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