Html Css Color HEX #E2CBA4 Raffia

📋 copy color: '#E2CBA4'

red 226 ◦ green 203 ◦ blue 164

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

Shades of Raffia #E2CBA4

Tints of Raffia #E2CBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.66%

R = 38.11%
G = 34.23%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E2CBA4 (or 0xE2CBA4) is known color: Raffia. HEX triplet: E2, CB and A4. RGB value is (226,203,164). Sum of RGB (Red+Green+Blue) = 226+203+164=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 164 (64.45% from 255 or 27.66% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CBA4 is #1D345B. Grayscale: #CDCDCD. Windows color (decimal): -1913948 or 10800098. OLE color: 10800098.

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

Color convert

RGB 226 203 164 -
CMYK 0 0.10 0.27 0.11
HSL 37.74º 0.52% 0.76% -
HSV(B) 37.74º 0.27% 0.89% -
XYZ 59.42 61.56 43.87 -
YUV 205.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 226 203 164 0 0.10 0.27 0.11 37.74 0.52 0.76
Hex E2 CB A4 0 A 1B B 26 34 4C
Octal 342 313 244 0 12 33 13 46 64 114
Binary 11100010 11001011 10100100 0 1010 11011 1011 100110 110100 1001100

Color Harmonies of #E2CBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CBA4

Black with #E2CBA4

Text Example


Text Example

White with #E2CBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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