Html Css Color HEX #E5CF8D Double Colonial White

📋 copy color: '#E5CF8D'

red 229 ◦ green 207 ◦ blue 141

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

Shades of Double Colonial White #E5CF8D

Tints of Double Colonial White #E5CF8D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.88%

 BLUE value IS 141 (55.47% from 255) = 24.44%

R = 39.69%
G = 35.88%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5CF8D (or 0xE5CF8D) is known color: Double Colonial White. HEX triplet: E5, CF and 8D. RGB value is (229,207,141). Sum of RGB (Red+Green+Blue) = 229+207+141=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CF8D is #1A3072. Grayscale: #CECECE. Windows color (decimal): -1716339 or 9293797. OLE color: 9293797.

HSL color Cylindrical-coordinate representation of color #E5CF8D: hue angle of 45º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5CF8D is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 207 141 -
CMYK 0 0.10 0.38 0.10
HSL 45º 0.63% 0.73% -
HSV(B) 45º 0.38% 0.9% -
XYZ 59.43 63.21 34.27 -
YUV 206.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 229 207 141 0 0.10 0.38 0.10 45 0.63 0.73
Hex E5 CF 8D 0 A 26 A 2D 3F 49
Octal 345 317 215 0 12 46 12 55 77 111
Binary 11100101 11001111 10001101 0 1010 100110 1010 101101 111111 1001001

Color Harmonies of #E5CF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CF8D

Black with #E5CF8D

Text Example


Text Example

White with #E5CF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CF8D; }

 p { color: rgb(229,207,141); }

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

background-color css

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

 a { background-color: rgb(229,207,141); }

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

border-color css

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

 span { border-color: rgb(229,207,141); }

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