#E0CBAF

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

Shades of Spanish White #E0CBAF

Tints of Spanish White #E0CBAF

Color information

#E0CBAF (or 0xE0CBAF) is unknown color: approx Spanish White. HEX triplet: E0, CB and AF. RGB value is (224,203,175). Sum of RGB (Red+Green+Blue) = 224+203+175=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CBAF is #1F3450. Grayscale: #CECECE. Windows color (decimal): -2045009 or 11520992. OLE color: 11520992.

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

Color convert

RGB224203175-
CMYK00.090.220.12
HSL34.29º44.14%78.24%-
HSV(B)34.29º21.88%87.84%-
XYZ59.8361.6549.3-
YUV206.09110.46140.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=37.21%
G=33.72%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420317500.090.220.1234.2944.1478.24
HexE0CBAF0916C222c4e
Octal34031325701126144254116
Binary111000001100101110101111010011011011001000101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CBAF; }

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

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

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

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

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

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

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

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