#EFE6D1

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

Shades of Cararra #EFE6D1

Tints of Cararra #EFE6D1

Color information

#EFE6D1 (or 0xEFE6D1) is unknown color: approx Cararra. HEX triplet: EF, E6 and D1. RGB value is (239,230,209). Sum of RGB (Red+Green+Blue) = 239+230+209=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 209 (82.03% from 255 or 30.83% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6D1 is #10192E. Grayscale: #E6E6E6. Windows color (decimal): -1055023 or 13756143. OLE color: 13756143.

HSL color Cylindrical-coordinate representation of color #EFE6D1: hue angle of 42º 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 #EFE6D1 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239230209-
CMYK00.040.130.06
HSL42º48.39%87.84%-
HSV(B)42º12.55%93.73%-
XYZ75.479.5571.7-
YUV230.3115.98134.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.25%
GREEN value IS 230 (90.23% from 255) = 33.92%
BLUE value IS 209 (82.03% from 255) = 30.83%
R=35.25%
G=33.92%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923020900.040.130.064248.3987.84
HexEFE6D104D62a3058
Octal357346321041565260130
Binary111011111110011011010001010011011101010101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6D1; }

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

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

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

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

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

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

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

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