#EFB8C0

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

Shades of Chantilly #EFB8C0

Tints of Chantilly #EFB8C0

Color information

#EFB8C0 (or 0xEFB8C0) is unknown color: approx Chantilly. HEX triplet: EF, B8 and C0. RGB value is (239,184,192). Sum of RGB (Red+Green+Blue) = 239+184+192=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8C0 is #10473F. Grayscale: #C9C9C9. Windows color (decimal): -1066816 or 12630255. OLE color: 12630255.

HSL color Cylindrical-coordinate representation of color #EFB8C0: hue angle of 351.27º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB8C0 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239184192-
CMYK00.230.200.06
HSL351.27º63.22%82.94%-
HSV(B)351.27º23.01%93.73%-
XYZ62.2556.4457.48-
YUV201.36122.72154.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 184 (72.27% from 255) = 29.92%
BLUE value IS 192 (75.39% from 255) = 31.22%
R=38.86%
G=29.92%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918419200.230.200.06351.2763.2282.94
HexEFB8C001714615f3f53
Octal35727030002724653777123
Binary111011111011100011000000010111101001101010111111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB8C0; }

 p { color: rgb(239,184,192); }

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

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

 a { background-color: rgb(239,184,192); }

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

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

 span { border-color: rgb(239,184,192); }

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