Html Css Color HEX #E5CE95 Double Colonial White

📋 copy color: '#E5CE95'

red 229 ◦ green 206 ◦ blue 149

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

Shades of Double Colonial White #E5CE95

Tints of Double Colonial White #E5CE95

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.27%

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

R = 39.21%
G = 35.27%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E5CE95 (or 0xE5CE95) is known color: Double Colonial White. HEX triplet: E5, CE and 95. RGB value is (229,206,149). Sum of RGB (Red+Green+Blue) = 229+206+149=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CE95 is #1A316A. Grayscale: #CECECE. Windows color (decimal): -1716587 or 9817829. OLE color: 9817829.

HSL color Cylindrical-coordinate representation of color #E5CE95: hue angle of 42.75º 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 #E5CE95 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 206 149 -
CMYK 0 0.10 0.35 0.10
HSL 42.75º 0.61% 0.74% -
HSV(B) 42.75º 0.35% 0.9% -
XYZ 59.81 62.97 37.44 -
YUV 206.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 229 206 149 0 0.10 0.35 0.10 42.75 0.61 0.74
Hex E5 CE 95 0 A 23 A 2B 3D 4A
Octal 345 316 225 0 12 43 12 53 75 112
Binary 11100101 11001110 10010101 0 1010 100011 1010 101011 111101 1001010

Color Harmonies of #E5CE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CE95

Black with #E5CE95

Text Example


Text Example

White with #E5CE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CE95; }

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

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

background-color css

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

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

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

border-color css

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

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

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