#E0CCAD

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

Shades of Spanish White #E0CCAD

Tints of Spanish White #E0CCAD

Color information

#E0CCAD (or 0xE0CCAD) is unknown color: approx Spanish White. HEX triplet: E0, CC and AD. RGB value is (224,204,173). Sum of RGB (Red+Green+Blue) = 224+204+173=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CCAD is #1F3352. Grayscale: #CECECE. Windows color (decimal): -2044755 or 11390176. OLE color: 11390176.

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

Color convert

RGB224204173-
CMYK00.090.230.12
HSL36.47º45.13%77.84%-
HSV(B)36.47º22.77%87.84%-
XYZ59.8862.0548.36-
YUV206.45109.13140.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.27%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=37.27%
G=33.94%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420417300.090.230.1236.4745.1377.84
HexE0CCAD0917C242d4e
Octal34031425501127144455116
Binary111000001100110010101101010011011111001001001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCAD; }

 p { color: rgb(224,204,173); }

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

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

 a { background-color: rgb(224,204,173); }

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

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

 span { border-color: rgb(224,204,173); }

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