#EFD5C8

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

Shades of Bizarre #EFD5C8

Tints of Bizarre #EFD5C8

Color information

#EFD5C8 (or 0xEFD5C8) is unknown color: approx Bizarre. HEX triplet: EF, D5 and C8. RGB value is (239,213,200). Sum of RGB (Red+Green+Blue) = 239+213+200=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 200 (78.52% from 255 or 30.67% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5C8 is #102A37. Grayscale: #DBDBDB. Windows color (decimal): -1059384 or 13161967. OLE color: 13161967.

HSL color Cylindrical-coordinate representation of color #EFD5C8: hue angle of 20º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFD5C8 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB239213200-
CMYK00.110.160.06
HSL20º54.93%86.08%-
HSV(B)20º16.32%93.73%-
XYZ69.8270.1164.5-
YUV219.29117.11142.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 213 (83.59% from 255) = 32.67%
BLUE value IS 200 (78.52% from 255) = 30.67%
R=36.66%
G=32.67%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921320000.110.160.062054.9386.08
HexEFD5C80B106143756
Octal3573253100132062467126
Binary1110111111010101110010000101110000110101001101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5C8; }

 p { color: rgb(239,213,200); }

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

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

 a { background-color: rgb(239,213,200); }

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

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

 span { border-color: rgb(239,213,200); }

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