#E0CDAD

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

Shades of Spanish White #E0CDAD

Tints of Spanish White #E0CDAD

Color information

#E0CDAD (or 0xE0CDAD) is unknown color: approx Spanish White. HEX triplet: E0, CD and AD. RGB value is (224,205,173). Sum of RGB (Red+Green+Blue) = 224+205+173=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CDAD is #1F3252. Grayscale: #CFCFCF. Windows color (decimal): -2044499 or 11390432. OLE color: 11390432.

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

Color convert

RGB224205173-
CMYK00.080.230.12
HSL37.65º45.13%77.84%-
HSV(B)37.65º22.77%87.84%-
XYZ60.1162.5348.44-
YUV207.03108.79140.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=37.21%
G=34.05%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420517300.080.230.1237.6545.1377.84
HexE0CDAD0817C262d4e
Octal34031525501027144655116
Binary111000001100110110101101010001011111001001101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDAD; }

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

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

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

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

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

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

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

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