Html Css Color HEX #E0CCAE Spanish White

📋 copy color: '#E0CCAE'

red 224 ◦ green 204 ◦ blue 174

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

Shades of Spanish White #E0CCAE

Tints of Spanish White #E0CCAE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.89%

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

R = 37.21%
G = 33.89%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0CCAE (or 0xE0CCAE) is known color: Spanish White. HEX triplet: E0, CC and AE. RGB value is (224,204,174). Sum of RGB (Red+Green+Blue) = 224+204+174=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CCAE is #1F3351. Grayscale: #CECECE. Windows color (decimal): -2044754 or 11455712. OLE color: 11455712.

HSL color Cylindrical-coordinate representation of color #E0CCAE: hue angle of 36º 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 #E0CCAE is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 204 174 -
CMYK 0 0.09 0.22 0.12
HSL 36º 0.45% 0.78% -
HSV(B) 36º 0.22% 0.88% -
XYZ 59.97 62.09 48.87 -
YUV 206.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 224 204 174 0 0.09 0.22 0.12 36 0.45 0.78
Hex E0 CC AE 0 9 16 C 24 2D 4E
Octal 340 314 256 0 11 26 14 44 55 116
Binary 11100000 11001100 10101110 0 1001 10110 1100 100100 101101 1001110

Color Harmonies of #E0CCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CCAE

Black with #E0CCAE

Text Example


Text Example

White with #E0CCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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