Html Css Color HEX #E0CFB0 Spanish White

📋 copy color: '#E0CFB0'

red 224 ◦ green 207 ◦ blue 176

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

Shades of Spanish White #E0CFB0

Tints of Spanish White #E0CFB0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.1%

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

R = 36.9%
G = 34.1%
B = 29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E0CFB0 (or 0xE0CFB0) is known color: Spanish White. HEX triplet: E0, CF and B0. RGB value is (224,207,176). Sum of RGB (Red+Green+Blue) = 224+207+176=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CFB0 is #1F304F. Grayscale: #D0D0D0. Windows color (decimal): -2043984 or 11587552. OLE color: 11587552.

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

Color convert

RGB 224 207 176 -
CMYK 0 0.08 0.21 0.12
HSL 38.75º 0.44% 0.78% -
HSV(B) 38.75º 0.21% 0.88% -
XYZ 60.89 63.61 50.14 -
YUV 208.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 224 207 176 0 0.08 0.21 0.12 38.75 0.44 0.78
Hex E0 CF B0 0 8 15 C 27 2C 4E
Octal 340 317 260 0 10 25 14 47 54 116
Binary 11100000 11001111 10110000 0 1000 10101 1100 100111 101100 1001110

Color Harmonies of #E0CFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CFB0

Black with #E0CFB0

Text Example


Text Example

White with #E0CFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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