Html Css Color HEX #E0CAA9 Raffia

📋 copy color: '#E0CAA9'

red 224 ◦ green 202 ◦ blue 169

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

Shades of Raffia #E0CAA9

Tints of Raffia #E0CAA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 28.4%

R = 37.65%
G = 33.95%
B = 28.4%

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

#E0CAA9 (or 0xE0CAA9) is known color: Raffia. HEX triplet: E0, CA and A9. RGB value is (224,202,169). Sum of RGB (Red+Green+Blue) = 224+202+169=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CAA9 is #1F3556. Grayscale: #CCCCCC. Windows color (decimal): -2045271 or 11127520. OLE color: 11127520.

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

Color convert

RGB 224 202 169 -
CMYK 0 0.10 0.25 0.12
HSL 36º 0.47% 0.77% -
HSV(B) 36º 0.25% 0.88% -
XYZ 59.02 60.95 46.19 -
YUV 204.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 224 202 169 0 0.10 0.25 0.12 36 0.47 0.77
Hex E0 CA A9 0 A 19 C 24 2F 4D
Octal 340 312 251 0 12 31 14 44 57 115
Binary 11100000 11001010 10101001 0 1010 11001 1100 100100 101111 1001101

Color Harmonies of #E0CAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CAA9

Black with #E0CAA9

Text Example


Text Example

White with #E0CAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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