#E0CBB2

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

Shades of Spanish White #E0CBB2

Tints of Spanish White #E0CBB2

Color information

#E0CBB2 (or 0xE0CBB2) is unknown color: approx Spanish White. HEX triplet: E0, CB and B2. RGB value is (224,203,178). Sum of RGB (Red+Green+Blue) = 224+203+178=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CBB2 is #1F344D. Grayscale: #CECECE. Windows color (decimal): -2045006 or 11717600. OLE color: 11717600.

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

Color convert

RGB224203178-
CMYK00.090.210.12
HSL32.61º42.59%78.82%-
HSV(B)32.61º20.54%87.84%-
XYZ60.1361.7750.87-
YUV206.43111.96140.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.02%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 178 (69.92% from 255) = 29.42%
R=37.02%
G=33.55%
B=29.42%

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
Decimal22420317800.090.210.1232.6142.5978.82
HexE0CBB20915C212b4f
Octal34031326201125144153117
Binary111000001100101110110010010011010111001000011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CBB2; }

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

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

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

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

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

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

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

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