Html Css Color HEX #E2CBAA Raffia

📋 copy color: '#E2CBAA'

red 226 ◦ green 203 ◦ blue 170

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

Shades of Raffia #E2CBAA

Tints of Raffia #E2CBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.38%

R = 37.73%
G = 33.89%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E2CBAA (or 0xE2CBAA) is known color: Raffia. HEX triplet: E2, CB and AA. RGB value is (226,203,170). Sum of RGB (Red+Green+Blue) = 226+203+170=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CBAA is #1D3455. Grayscale: #CECECE. Windows color (decimal): -1913942 or 11193314. OLE color: 11193314.

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

Color convert

RGB 226 203 170 -
CMYK 0 0.10 0.25 0.11
HSL 35.36º 0.49% 0.78% -
HSV(B) 35.36º 0.25% 0.89% -
XYZ 59.98 61.78 46.79 -
YUV 206.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 226 203 170 0 0.10 0.25 0.11 35.36 0.49 0.78
Hex E2 CB AA 0 A 19 B 23 31 4E
Octal 342 313 252 0 12 31 13 43 61 116
Binary 11100010 11001011 10101010 0 1010 11001 1011 100011 110001 1001110

Color Harmonies of #E2CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CBAA

Black with #E2CBAA

Text Example


Text Example

White with #E2CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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