Html Css Color HEX #E0CFAD Spanish White

📋 copy color: '#E0CFAD'

red 224 ◦ green 207 ◦ blue 173

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

Shades of Spanish White #E0CFAD

Tints of Spanish White #E0CFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.64%

R = 37.09%
G = 34.27%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E0CFAD (or 0xE0CFAD) is known color: Spanish White. HEX triplet: E0, CF and AD. RGB value is (224,207,173). Sum of RGB (Red+Green+Blue) = 224+207+173=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CFAD is #1F3052. Grayscale: #D0D0D0. Windows color (decimal): -2043987 or 11390944. OLE color: 11390944.

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

Color convert

RGB 224 207 173 -
CMYK 0 0.08 0.23 0.12
HSL 40º 0.45% 0.78% -
HSV(B) 40º 0.23% 0.88% -
XYZ 60.6 63.49 48.6 -
YUV 208.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 224 207 173 0 0.08 0.23 0.12 40 0.45 0.78
Hex E0 CF AD 0 8 17 C 28 2D 4E
Octal 340 317 255 0 10 27 14 50 55 116
Binary 11100000 11001111 10101101 0 1000 10111 1100 101000 101101 1001110

Color Harmonies of #E0CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CFAD

Black with #E0CFAD

Text Example


Text Example

White with #E0CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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