#EFE8D1

Color #EFE8D1 Cararra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cararra #EFE8D1

Tints of Cararra #EFE8D1

Color information

#EFE8D1 (or 0xEFE8D1) is unknown color: approx Cararra. HEX triplet: EF, E8 and D1. RGB value is (239,232,209). Sum of RGB (Red+Green+Blue) = 239+232+209=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 209 (82.03% from 255 or 30.74% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8D1 is #10172E. Grayscale: #E7E7E7. Windows color (decimal): -1054511 or 13756655. OLE color: 13756655.

HSL color Cylindrical-coordinate representation of color #EFE8D1: hue angle of 46º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFE8D1 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239232209-
CMYK00.030.130.06
HSL46º48.39%87.84%-
HSV(B)46º12.55%93.73%-
XYZ75.9680.6771.89-
YUV231.47115.32133.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 232 (91.02% from 255) = 34.12%
BLUE value IS 209 (82.03% from 255) = 30.74%
R=35.15%
G=34.12%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923220900.030.130.064648.3987.84
HexEFE8D103D62e3058
Octal357350321031565660130
Binary11101111111010001101000101111011101011101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8D1; }

 p { color: rgb(239,232,209); }

 H1.HeaderClassName
 {
   color: #EFE8D1;
 }
 .AnyTagClassName
 {
   color: #EFE8D1;
 }
</style>
background-color css

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

 a { background-color: rgb(239,232,209); }

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

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

 span { border-color: rgb(239,232,209); }

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