Html Css Color HEX #E0CBB0 Spanish White

📋 copy color: '#E0CBB0'

red 224 ◦ green 203 ◦ blue 176

#E0CBB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish White #E0CBB0

Tints of Spanish White #E0CBB0

RGB

 RED value IS 224 (87.89% from 255) = 37.15%

 GREEN value IS 203 (79.69% from 255) = 33.67%

 BLUE value IS 176 (69.14% from 255) = 29.19%

R = 37.15%
G = 33.67%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E0CBB0 (or 0xE0CBB0) is known color: Spanish White. HEX triplet: E0, CB and B0. RGB value is (224,203,176). Sum of RGB (Red+Green+Blue) = 224+203+176=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CBB0 is #1F344F. Grayscale: #CECECE. Windows color (decimal): -2045008 or 11586528. OLE color: 11586528.

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

Color convert

RGB 224 203 176 -
CMYK 0 0.09 0.21 0.12
HSL 33.75º 0.44% 0.78% -
HSV(B) 33.75º 0.21% 0.88% -
XYZ 59.93 61.69 49.82 -
YUV 206.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 224 203 176 0 0.09 0.21 0.12 33.75 0.44 0.78
Hex E0 CB B0 0 9 15 C 22 2C 4E
Octal 340 313 260 0 11 25 14 42 54 116
Binary 11100000 11001011 10110000 0 1001 10101 1100 100010 101100 1001110

Color Harmonies of #E0CBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CBB0

Black with #E0CBB0

Text Example


Text Example

White with #E0CBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CBB0; }

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

 H1.HeaderClassName
 {
   color: #E0CBB0;
 }
 .AnyTagClassName
 {
   color: #E0CBB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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