#EFDC9C

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

Shades of Splash #EFDC9C

Tints of Splash #EFDC9C

Color information

#EFDC9C (or 0xEFDC9C) is unknown color: approx Splash. HEX triplet: EF, DC and 9C. RGB value is (239,220,156). Sum of RGB (Red+Green+Blue) = 239+220+156=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC9C is #102363. Grayscale: #DADADA. Windows color (decimal): -1057636 or 10280175. OLE color: 10280175.

HSL color Cylindrical-coordinate representation of color #EFDC9C: hue angle of 46.27º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFDC9C is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB239220156-
CMYK00.080.350.06
HSL46.27º72.17%77.45%-
HSV(B)46.27º34.73%93.73%-
XYZ67.1971.9441.8-
YUV218.3892.79142.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 156 (61.33% from 255) = 25.37%
R=38.86%
G=35.77%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922015600.080.350.0646.2772.1777.45
HexEFDC9C082362e484d
Octal35733423401043656110115
Binary1110111111011100100111000100010001111010111010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDC9C; }

 p { color: rgb(239,220,156); }

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

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

 a { background-color: rgb(239,220,156); }

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

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

 span { border-color: rgb(239,220,156); }

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