Html Css Color HEX #E1CB9A Double Colonial White

📋 copy color: '#E1CB9A'

red 225 ◦ green 203 ◦ blue 154

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

Shades of Double Colonial White #E1CB9A

Tints of Double Colonial White #E1CB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.46%

R = 38.66%
G = 34.88%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1CB9A (or 0xE1CB9A) is known color: Double Colonial White. HEX triplet: E1, CB and 9A. RGB value is (225,203,154). Sum of RGB (Red+Green+Blue) = 225+203+154=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CB9A is #1E3465. Grayscale: #CCCCCC. Windows color (decimal): -1979494 or 10144737. OLE color: 10144737.

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

Color convert

RGB 225 203 154 -
CMYK 0 0.10 0.32 0.12
HSL 41.41º 0.54% 0.74% -
HSV(B) 41.41º 0.32% 0.88% -
XYZ 58.24 61.05 39.29 -
YUV 203.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 225 203 154 0 0.10 0.32 0.12 41.41 0.54 0.74
Hex E1 CB 9A 0 A 20 C 29 36 4A
Octal 341 313 232 0 12 40 14 51 66 112
Binary 11100001 11001011 10011010 0 1010 100000 1100 101001 110110 1001010

Color Harmonies of #E1CB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CB9A

Black with #E1CB9A

Text Example


Text Example

White with #E1CB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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