Html Css Color HEX #E2CBA0 Raffia

📋 copy color: '#E2CBA0'

red 226 ◦ green 203 ◦ blue 160

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

Shades of Raffia #E2CBA0

Tints of Raffia #E2CBA0

RGB

 RED value IS 226 (88.67% from 255) = 38.37%

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

 BLUE value IS 160 (62.89% from 255) = 27.16%

R = 38.37%
G = 34.47%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E2CBA0 (or 0xE2CBA0) is known color: Raffia. HEX triplet: E2, CB and A0. RGB value is (226,203,160). Sum of RGB (Red+Green+Blue) = 226+203+160=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CBA0 is #1D345F. Grayscale: #CDCDCD. Windows color (decimal): -1913952 or 10537954. OLE color: 10537954.

HSL color Cylindrical-coordinate representation of color #E2CBA0: hue angle of 39.09º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2CBA0 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 203 160 -
CMYK 0 0.10 0.29 0.11
HSL 39.09º 0.53% 0.76% -
HSV(B) 39.09º 0.29% 0.89% -
XYZ 59.07 61.42 42 -
YUV 204.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 226 203 160 0 0.10 0.29 0.11 39.09 0.53 0.76
Hex E2 CB A0 0 A 1D B 27 35 4C
Octal 342 313 240 0 12 35 13 47 65 114
Binary 11100010 11001011 10100000 0 1010 11101 1011 100111 110101 1001100

Color Harmonies of #E2CBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CBA0

Black with #E2CBA0

Text Example


Text Example

White with #E2CBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CBA0; }

 p { color: rgb(226,203,160); }

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

background-color css

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

 a { background-color: rgb(226,203,160); }

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

border-color css

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

 span { border-color: rgb(226,203,160); }

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