Html Css Color HEX #E1CDA4 Raffia

📋 copy color: '#E1CDA4'

red 225 ◦ green 205 ◦ blue 164

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

Shades of Raffia #E1CDA4

Tints of Raffia #E1CDA4

RGB

 RED value IS 225 (88.28% from 255) = 37.88%

 GREEN value IS 205 (80.47% from 255) = 34.51%

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

R = 37.88%
G = 34.51%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E1CDA4 (or 0xE1CDA4) is known color: Raffia. HEX triplet: E1, CD and A4. RGB value is (225,205,164). Sum of RGB (Red+Green+Blue) = 225+205+164=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CDA4 is #1E325B. Grayscale: #CECECE. Windows color (decimal): -1978972 or 10800609. OLE color: 10800609.

HSL color Cylindrical-coordinate representation of color #E1CDA4: hue angle of 40.33º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1CDA4 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 205 164 -
CMYK 0 0.09 0.27 0.12
HSL 40.33º 0.5% 0.76% -
HSV(B) 40.33º 0.27% 0.88% -
XYZ 59.58 62.35 44.02 -
YUV 206.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 225 205 164 0 0.09 0.27 0.12 40.33 0.5 0.76
Hex E1 CD A4 0 9 1B C 28 32 4C
Octal 341 315 244 0 11 33 14 50 62 114
Binary 11100001 11001101 10100100 0 1001 11011 1100 101000 110010 1001100

Color Harmonies of #E1CDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CDA4

Black with #E1CDA4

Text Example


Text Example

White with #E1CDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CDA4; }

 p { color: rgb(225,205,164); }

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

background-color css

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

 a { background-color: rgb(225,205,164); }

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

border-color css

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

 span { border-color: rgb(225,205,164); }

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