Html Css Color HEX #E2CB9C Double Colonial White

📋 copy color: '#E2CB9C'

red 226 ◦ green 203 ◦ blue 156

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

Shades of Double Colonial White #E2CB9C

Tints of Double Colonial White #E2CB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.67%

R = 38.63%
G = 34.7%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2CB9C (or 0xE2CB9C) is known color: Double Colonial White. HEX triplet: E2, CB and 9C. RGB value is (226,203,156). Sum of RGB (Red+Green+Blue) = 226+203+156=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CB9C is #1D3463. Grayscale: #CCCCCC. Windows color (decimal): -1913956 or 10275810. OLE color: 10275810.

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

Color convert

RGB 226 203 156 -
CMYK 0 0.10 0.31 0.11
HSL 40.29º 0.55% 0.75% -
HSV(B) 40.29º 0.31% 0.89% -
XYZ 58.72 61.28 40.19 -
YUV 204.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 226 203 156 0 0.10 0.31 0.11 40.29 0.55 0.75
Hex E2 CB 9C 0 A 1F B 28 37 4B
Octal 342 313 234 0 12 37 13 50 67 113
Binary 11100010 11001011 10011100 0 1010 11111 1011 101000 110111 1001011

Color Harmonies of #E2CB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CB9C

Black with #E2CB9C

Text Example


Text Example

White with #E2CB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CB9C; }

 p { color: rgb(226,203,156); }

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

background-color css

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

 a { background-color: rgb(226,203,156); }

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

border-color css

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

 span { border-color: rgb(226,203,156); }

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