Html Css Color HEX #E0CFAC Spanish White

📋 copy color: '#E0CFAC'

red 224 ◦ green 207 ◦ blue 172

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

Shades of Spanish White #E0CFAC

Tints of Spanish White #E0CFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.52%

R = 37.15%
G = 34.33%
B = 28.52%

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

#E0CFAC (or 0xE0CFAC) is known color: Spanish White. HEX triplet: E0, CF and AC. RGB value is (224,207,172). Sum of RGB (Red+Green+Blue) = 224+207+172=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CFAC is #1F3053. Grayscale: #D0D0D0. Windows color (decimal): -2043988 or 11325408. OLE color: 11325408.

HSL color Cylindrical-coordinate representation of color #E0CFAC: hue angle of 40.38º degrees, saturation: 0.46, 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 #E0CFAC is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 207 172 -
CMYK 0 0.08 0.23 0.12
HSL 40.38º 0.46% 0.78% -
HSV(B) 40.38º 0.23% 0.88% -
XYZ 60.5 63.45 48.09 -
YUV 208.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 224 207 172 0 0.08 0.23 0.12 40.38 0.46 0.78
Hex E0 CF AC 0 8 17 C 28 2E 4E
Octal 340 317 254 0 10 27 14 50 56 116
Binary 11100000 11001111 10101100 0 1000 10111 1100 101000 101110 1001110

Color Harmonies of #E0CFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CFAC

Black with #E0CFAC

Text Example


Text Example

White with #E0CFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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