#E0CFAF

Color #E0CFAF Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish White #E0CFAF

Tints of Spanish White #E0CFAF

Color information

#E0CFAF (or 0xE0CFAF) is unknown color: approx Spanish White. HEX triplet: E0, CF and AF. RGB value is (224,207,175). Sum of RGB (Red+Green+Blue) = 224+207+175=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CFAF is #1F3050. Grayscale: #D0D0D0. Windows color (decimal): -2043985 or 11522016. OLE color: 11522016.

HSL color Cylindrical-coordinate representation of color #E0CFAF: hue angle of 39.18º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0CFAF is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224207175-
CMYK00.080.220.12
HSL39.18º44.14%78.24%-
HSV(B)39.18º21.88%87.84%-
XYZ60.7963.5749.62-
YUV208.43109.13139.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.96%
GREEN value IS 207 (81.25% from 255) = 34.16%
BLUE value IS 175 (68.75% from 255) = 28.88%
R=36.96%
G=34.16%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420717500.080.220.1239.1844.1478.24
HexE0CFAF0816C272c4e
Octal34031725701026144754116
Binary111000001100111110101111010001011011001001111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFAF; }

 p { color: rgb(224,207,175); }

 H1.HeaderClassName
 {
   color: #E0CFAF;
 }
 .AnyTagClassName
 {
   color: #E0CFAF;
 }
</style>
background-color css

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

 a { background-color: rgb(224,207,175); }

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

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

 span { border-color: rgb(224,207,175); }

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