Html Css Color HEX #E4CB95 Double Colonial White

📋 copy color: '#E4CB95'

red 228 ◦ green 203 ◦ blue 149

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

Shades of Double Colonial White #E4CB95

Tints of Double Colonial White #E4CB95

RGB

 RED value IS 228 (89.45% from 255) = 39.31%

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

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

R = 39.31%
G = 35%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E4CB95 (or 0xE4CB95) is known color: Double Colonial White. HEX triplet: E4, CB and 95. RGB value is (228,203,149). Sum of RGB (Red+Green+Blue) = 228+203+149=580 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.31% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CB95 is #1B346A. Grayscale: #CCCCCC. Windows color (decimal): -1782891 or 9817060. OLE color: 9817060.

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

Color convert

RGB 228 203 149 -
CMYK 0 0.11 0.35 0.11
HSL 41.01º 0.59% 0.74% -
HSV(B) 41.01º 0.35% 0.89% -
XYZ 58.78 61.38 37.18 -
YUV 204.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 228 203 149 0 0.11 0.35 0.11 41.01 0.59 0.74
Hex E4 CB 95 0 B 23 B 29 3B 4A
Octal 344 313 225 0 13 43 13 51 73 112
Binary 11100100 11001011 10010101 0 1011 100011 1011 101001 111011 1001010

Color Harmonies of #E4CB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CB95

Black with #E4CB95

Text Example


Text Example

White with #E4CB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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