Html Css Color HEX #E0CAA5 Raffia

📋 copy color: '#E0CAA5'

red 224 ◦ green 202 ◦ blue 165

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

Shades of Raffia #E0CAA5

Tints of Raffia #E0CAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.92%

R = 37.9%
G = 34.18%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E0CAA5 (or 0xE0CAA5) is known color: Raffia. HEX triplet: E0, CA and A5. RGB value is (224,202,165). Sum of RGB (Red+Green+Blue) = 224+202+165=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CAA5 is #1F355A. Grayscale: #CCCCCC. Windows color (decimal): -2045275 or 10865376. OLE color: 10865376.

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

Color convert

RGB 224 202 165 -
CMYK 0 0.10 0.26 0.12
HSL 37.63º 0.49% 0.76% -
HSV(B) 37.63º 0.26% 0.88% -
XYZ 58.65 60.8 44.24 -
YUV 204.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 224 202 165 0 0.10 0.26 0.12 37.63 0.49 0.76
Hex E0 CA A5 0 A 1A C 26 31 4C
Octal 340 312 245 0 12 32 14 46 61 114
Binary 11100000 11001010 10100101 0 1010 11010 1100 100110 110001 1001100

Color Harmonies of #E0CAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CAA5

Black with #E0CAA5

Text Example


Text Example

White with #E0CAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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