Html Css Color HEX #E5CC95 Double Colonial White

📋 copy color: '#E5CC95'

red 229 ◦ green 204 ◦ blue 149

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

Shades of Double Colonial White #E5CC95

Tints of Double Colonial White #E5CC95

RGB

 RED value IS 229 (89.84% from 255) = 39.35%

 GREEN value IS 204 (80.08% from 255) = 35.05%

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

R = 39.35%
G = 35.05%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E5CC95 (or 0xE5CC95) is known color: Double Colonial White. HEX triplet: E5, CC and 95. RGB value is (229,204,149). Sum of RGB (Red+Green+Blue) = 229+204+149=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CC95 is #1A336A. Grayscale: #CDCDCD. Windows color (decimal): -1717099 or 9817317. OLE color: 9817317.

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

Color convert

RGB 229 204 149 -
CMYK 0 0.11 0.35 0.10
HSL 41.25º 0.61% 0.74% -
HSV(B) 41.25º 0.35% 0.9% -
XYZ 59.33 62.01 37.28 -
YUV 205.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 229 204 149 0 0.11 0.35 0.10 41.25 0.61 0.74
Hex E5 CC 95 0 B 23 A 29 3D 4A
Octal 345 314 225 0 13 43 12 51 75 112
Binary 11100101 11001100 10010101 0 1011 100011 1010 101001 111101 1001010

Color Harmonies of #E5CC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC95

Black with #E5CC95

Text Example


Text Example

White with #E5CC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC95; }

 p { color: rgb(229,204,149); }

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

background-color css

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

 a { background-color: rgb(229,204,149); }

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

border-color css

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

 span { border-color: rgb(229,204,149); }

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