Html Css Color HEX #E3CB95 Double Colonial White

📋 copy color: '#E3CB95'

red 227 ◦ green 203 ◦ blue 149

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

Shades of Double Colonial White #E3CB95

Tints of Double Colonial White #E3CB95

RGB

 RED value IS 227 (89.06% from 255) = 39.21%

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

 BLUE value IS 149 (58.59% from 255) = 25.73%

R = 39.21%
G = 35.06%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E3CB95 (or 0xE3CB95) is known color: Double Colonial White. HEX triplet: E3, CB and 95. RGB value is (227,203,149). Sum of RGB (Red+Green+Blue) = 227+203+149=579 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.21% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CB95 is #1C346A. Grayscale: #CCCCCC. Windows color (decimal): -1848427 or 9817059. OLE color: 9817059.

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

Color convert

RGB 227 203 149 -
CMYK 0 0.11 0.34 0.11
HSL 41.54º 0.58% 0.74% -
HSV(B) 41.54º 0.34% 0.89% -
XYZ 58.46 61.21 37.17 -
YUV 204.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 227 203 149 0 0.11 0.34 0.11 41.54 0.58 0.74
Hex E3 CB 95 0 B 22 B 2A 3A 4A
Octal 343 313 225 0 13 42 13 52 72 112
Binary 11100011 11001011 10010101 0 1011 100010 1011 101010 111010 1001010

Color Harmonies of #E3CB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CB95

Black with #E3CB95

Text Example


Text Example

White with #E3CB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CB95; }

 p { color: rgb(227,203,149); }

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

background-color css

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

 a { background-color: rgb(227,203,149); }

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

border-color css

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

 span { border-color: rgb(227,203,149); }

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