#E0CEAF

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

Shades of Spanish White #E0CEAF

Tints of Spanish White #E0CEAF

Color information

#E0CEAF (or 0xE0CEAF) is unknown color: approx Spanish White. HEX triplet: E0, CE and AF. RGB value is (224,206,175). Sum of RGB (Red+Green+Blue) = 224+206+175=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CEAF is #1F3150. Grayscale: #CFCFCF. Windows color (decimal): -2044241 or 11521760. OLE color: 11521760.

HSL color Cylindrical-coordinate representation of color #E0CEAF: hue angle of 37.96º 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 #E0CEAF is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224206175-
CMYK00.080.220.12
HSL37.96º44.14%78.24%-
HSV(B)37.96º21.88%87.84%-
XYZ60.5563.0949.54-
YUV207.85109.46139.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.02%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 175 (68.75% from 255) = 28.93%
R=37.02%
G=34.05%
B=28.93%

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
Decimal22420617500.080.220.1237.9644.1478.24
HexE0CEAF0816C262c4e
Octal34031625701026144654116
Binary111000001100111010101111010001011011001001101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CEAF; }

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

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

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

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

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

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

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

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