Html Css Color HEX #E0CDAE Spanish White

📋 copy color: '#E0CDAE'

red 224 ◦ green 205 ◦ blue 174

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

Shades of Spanish White #E0CDAE

Tints of Spanish White #E0CDAE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34%

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

R = 37.15%
G = 34%
B = 28.86%

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

#E0CDAE (or 0xE0CDAE) is known color: Spanish White. HEX triplet: E0, CD and AE. RGB value is (224,205,174). Sum of RGB (Red+Green+Blue) = 224+205+174=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CDAE is #1F3251. Grayscale: #CFCFCF. Windows color (decimal): -2044498 or 11455968. OLE color: 11455968.

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

Color convert

RGB 224 205 174 -
CMYK 0 0.08 0.22 0.12
HSL 37.2º 0.45% 0.78% -
HSV(B) 37.2º 0.22% 0.88% -
XYZ 60.21 62.57 48.95 -
YUV 207.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 224 205 174 0 0.08 0.22 0.12 37.2 0.45 0.78
Hex E0 CD AE 0 8 16 C 25 2D 4E
Octal 340 315 256 0 10 26 14 45 55 116
Binary 11100000 11001101 10101110 0 1000 10110 1100 100101 101101 1001110

Color Harmonies of #E0CDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CDAE

Black with #E0CDAE

Text Example


Text Example

White with #E0CDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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