#E0CDAE

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

Shades of Spanish White #E0CDAE

Tints of Spanish White #E0CDAE

Color information

#E0CDAE (or 0xE0CDAE) is unknown color: approx Spanish White. HEX triplet: E0, CD and AE. RGB value is (224,205,174). Sum of RGB (Red+Green+Blue) = 224+205+174=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CDAE is #1F3251. Grayscale: #CFCFCF. Windows color (decimal): -2044498 or 11455968. OLE color: 11455968.

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

Color convert

RGB224205174-
CMYK00.080.220.12
HSL37.2º44.64%78.04%-
HSV(B)37.2º22.32%87.84%-
XYZ60.2162.5748.95-
YUV207.15109.29140.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 174 (68.36% from 255) = 28.86%
R=37.15%
G=34.00%
B=28.86%

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
Decimal22420517400.080.220.1237.244.6478.04
HexE0CDAE0816C252d4e
Octal34031525601026144555116
Binary111000001100110110101110010001011011001001011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDAE; }

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

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

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

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

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

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

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

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