Html Css Color HEX #E0CBA8 Raffia

📋 copy color: '#E0CBA8'

red 224 ◦ green 203 ◦ blue 168

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

Shades of Raffia #E0CBA8

Tints of Raffia #E0CBA8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.12%

 BLUE value IS 168 (66.02% from 255) = 28.24%

R = 37.65%
G = 34.12%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E0CBA8 (or 0xE0CBA8) is known color: Raffia. HEX triplet: E0, CB and A8. RGB value is (224,203,168). Sum of RGB (Red+Green+Blue) = 224+203+168=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CBA8 is #1F3457. Grayscale: #CDCDCD. Windows color (decimal): -2045016 or 11062240. OLE color: 11062240.

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

Color convert

RGB 224 203 168 -
CMYK 0 0.09 0.25 0.12
HSL 37.5º 0.47% 0.77% -
HSV(B) 37.5º 0.25% 0.88% -
XYZ 59.16 61.39 45.78 -
YUV 205.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 224 203 168 0 0.09 0.25 0.12 37.5 0.47 0.77
Hex E0 CB A8 0 9 19 C 26 2F 4D
Octal 340 313 250 0 11 31 14 46 57 115
Binary 11100000 11001011 10101000 0 1001 11001 1100 100110 101111 1001101

Color Harmonies of #E0CBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CBA8

Black with #E0CBA8

Text Example


Text Example

White with #E0CBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CBA8; }

 p { color: rgb(224,203,168); }

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

background-color css

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

 a { background-color: rgb(224,203,168); }

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

border-color css

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

 span { border-color: rgb(224,203,168); }

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