Html Css Color HEX #E5CF8F Double Colonial White

📋 copy color: '#E5CF8F'

red 229 ◦ green 207 ◦ blue 143

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

Shades of Double Colonial White #E5CF8F

Tints of Double Colonial White #E5CF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.7%

R = 39.55%
G = 35.75%
B = 24.7%

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

#E5CF8F (or 0xE5CF8F) is known color: Double Colonial White. HEX triplet: E5, CF and 8F. RGB value is (229,207,143). Sum of RGB (Red+Green+Blue) = 229+207+143=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CF8F is #1A3070. Grayscale: #CECECE. Windows color (decimal): -1716337 or 9424869. OLE color: 9424869.

HSL color Cylindrical-coordinate representation of color #E5CF8F: hue angle of 44.65º degrees, saturation: 0.62, 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 #E5CF8F is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 207 143 -
CMYK 0 0.10 0.38 0.10
HSL 44.65º 0.62% 0.73% -
HSV(B) 44.65º 0.38% 0.9% -
XYZ 59.58 63.27 35.06 -
YUV 206.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 229 207 143 0 0.10 0.38 0.10 44.65 0.62 0.73
Hex E5 CF 8F 0 A 26 A 2D 3E 49
Octal 345 317 217 0 12 46 12 55 76 111
Binary 11100101 11001111 10001111 0 1010 100110 1010 101101 111110 1001001

Color Harmonies of #E5CF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CF8F

Black with #E5CF8F

Text Example


Text Example

White with #E5CF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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