Html Css Color HEX #E0CAA3 Raffia

📋 copy color: '#E0CAA3'

red 224 ◦ green 202 ◦ blue 163

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

Shades of Raffia #E0CAA3

Tints of Raffia #E0CAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.67%

R = 38.03%
G = 34.3%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E0CAA3 (or 0xE0CAA3) is known color: Raffia. HEX triplet: E0, CA and A3. RGB value is (224,202,163). Sum of RGB (Red+Green+Blue) = 224+202+163=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CAA3 is #1F355C. Grayscale: #CCCCCC. Windows color (decimal): -2045277 or 10734304. OLE color: 10734304.

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

Color convert

RGB 224 202 163 -
CMYK 0 0.10 0.27 0.12
HSL 38.36º 0.5% 0.76% -
HSV(B) 38.36º 0.27% 0.88% -
XYZ 58.47 60.73 43.29 -
YUV 204.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 224 202 163 0 0.10 0.27 0.12 38.36 0.5 0.76
Hex E0 CA A3 0 A 1B C 26 32 4C
Octal 340 312 243 0 12 33 14 46 62 114
Binary 11100000 11001010 10100011 0 1010 11011 1100 100110 110010 1001100

Color Harmonies of #E0CAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CAA3

Black with #E0CAA3

Text Example


Text Example

White with #E0CAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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