Html Css Color HEX #E0CAA7 Raffia

📋 copy color: '#E0CAA7'

red 224 ◦ green 202 ◦ blue 167

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

Shades of Raffia #E0CAA7

Tints of Raffia #E0CAA7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.06%

 BLUE value IS 167 (65.63% from 255) = 28.16%

R = 37.77%
G = 34.06%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E0CAA7 (or 0xE0CAA7) is known color: Raffia. HEX triplet: E0, CA and A7. RGB value is (224,202,167). Sum of RGB (Red+Green+Blue) = 224+202+167=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CAA7 is #1F3558. Grayscale: #CCCCCC. Windows color (decimal): -2045273 or 10996448. OLE color: 10996448.

HSL color Cylindrical-coordinate representation of color #E0CAA7: hue angle of 36.84º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0CAA7 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 202 167 -
CMYK 0 0.10 0.25 0.12
HSL 36.84º 0.48% 0.77% -
HSV(B) 36.84º 0.25% 0.88% -
XYZ 58.84 60.88 45.21 -
YUV 204.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 224 202 167 0 0.10 0.25 0.12 36.84 0.48 0.77
Hex E0 CA A7 0 A 19 C 25 30 4D
Octal 340 312 247 0 12 31 14 45 60 115
Binary 11100000 11001010 10100111 0 1010 11001 1100 100101 110000 1001101

Color Harmonies of #E0CAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CAA7

Black with #E0CAA7

Text Example


Text Example

White with #E0CAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CAA7; }

 p { color: rgb(224,202,167); }

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

background-color css

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

 a { background-color: rgb(224,202,167); }

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

border-color css

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

 span { border-color: rgb(224,202,167); }

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