#E0CBB1

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

Shades of Spanish White #E0CBB1

Tints of Spanish White #E0CBB1

Color information

#E0CBB1 (or 0xE0CBB1) is unknown color: approx Spanish White. HEX triplet: E0, CB and B1. RGB value is (224,203,177). Sum of RGB (Red+Green+Blue) = 224+203+177=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CBB1 is #1F344E. Grayscale: #CECECE. Windows color (decimal): -2045007 or 11652064. OLE color: 11652064.

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

Color convert

RGB224203177-
CMYK00.090.210.12
HSL33.19º43.12%78.63%-
HSV(B)33.19º20.98%87.84%-
XYZ60.0361.7350.35-
YUV206.32111.46140.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=37.09%
G=33.61%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420317700.090.210.1233.1943.1278.63
HexE0CBB10915C212b4f
Octal34031326101125144153117
Binary111000001100101110110001010011010111001000011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CBB1; }

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

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

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

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

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

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

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

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