Html Css Color HEX #E0CA9E Raffia

📋 copy color: '#E0CA9E'

red 224 ◦ green 202 ◦ blue 158

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

Shades of Raffia #E0CA9E

Tints of Raffia #E0CA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.05%

R = 38.36%
G = 34.59%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E0CA9E (or 0xE0CA9E) is known color: Raffia. HEX triplet: E0, CA and 9E. RGB value is (224,202,158). Sum of RGB (Red+Green+Blue) = 224+202+158=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CA9E is #1F3561. Grayscale: #CBCBCB. Windows color (decimal): -2045282 or 10406624. OLE color: 10406624.

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

Color convert

RGB 224 202 158 -
CMYK 0 0.10 0.29 0.12
HSL 40º 0.52% 0.75% -
HSV(B) 40º 0.29% 0.88% -
XYZ 58.03 60.56 40.98 -
YUV 203.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 224 202 158 0 0.10 0.29 0.12 40 0.52 0.75
Hex E0 CA 9E 0 A 1D C 28 34 4B
Octal 340 312 236 0 12 35 14 50 64 113
Binary 11100000 11001010 10011110 0 1010 11101 1100 101000 110100 1001011

Color Harmonies of #E0CA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CA9E

Black with #E0CA9E

Text Example


Text Example

White with #E0CA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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