Html Css Color HEX #E0CFAE Spanish White

📋 copy color: '#E0CFAE'

red 224 ◦ green 207 ◦ blue 174

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

Shades of Spanish White #E0CFAE

Tints of Spanish White #E0CFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.76%

R = 37.02%
G = 34.21%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0CFAE (or 0xE0CFAE) is known color: Spanish White. HEX triplet: E0, CF and AE. RGB value is (224,207,174). Sum of RGB (Red+Green+Blue) = 224+207+174=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CFAE is #1F3051. Grayscale: #D0D0D0. Windows color (decimal): -2043986 or 11456480. OLE color: 11456480.

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

Color convert

RGB 224 207 174 -
CMYK 0 0.08 0.22 0.12
HSL 39.6º 0.45% 0.78% -
HSV(B) 39.6º 0.22% 0.88% -
XYZ 60.69 63.53 49.11 -
YUV 208.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 224 207 174 0 0.08 0.22 0.12 39.6 0.45 0.78
Hex E0 CF AE 0 8 16 C 28 2D 4E
Octal 340 317 256 0 10 26 14 50 55 116
Binary 11100000 11001111 10101110 0 1000 10110 1100 101000 101101 1001110

Color Harmonies of #E0CFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CFAE

Black with #E0CFAE

Text Example


Text Example

White with #E0CFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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