Html Css Color HEX #E0CEAE Spanish White

📋 copy color: '#E0CEAE'

red 224 ◦ green 206 ◦ blue 174

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

Shades of Spanish White #E0CEAE

Tints of Spanish White #E0CEAE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.11%

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

R = 37.09%
G = 34.11%
B = 28.81%

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

#E0CEAE (or 0xE0CEAE) is known color: Spanish White. HEX triplet: E0, CE and AE. RGB value is (224,206,174). Sum of RGB (Red+Green+Blue) = 224+206+174=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CEAE is #1F3151. Grayscale: #CFCFCF. Windows color (decimal): -2044242 or 11456224. OLE color: 11456224.

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

Color convert

RGB 224 206 174 -
CMYK 0 0.08 0.22 0.12
HSL 38.4º 0.45% 0.78% -
HSV(B) 38.4º 0.22% 0.88% -
XYZ 60.45 63.05 49.03 -
YUV 207.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 224 206 174 0 0.08 0.22 0.12 38.4 0.45 0.78
Hex E0 CE AE 0 8 16 C 26 2D 4E
Octal 340 316 256 0 10 26 14 46 55 116
Binary 11100000 11001110 10101110 0 1000 10110 1100 100110 101101 1001110

Color Harmonies of #E0CEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CEAE

Black with #E0CEAE

Text Example


Text Example

White with #E0CEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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