#EFD89C

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

Shades of Splash #EFD89C

Tints of Splash #EFD89C

Color information

#EFD89C (or 0xEFD89C) is unknown color: approx Splash. HEX triplet: EF, D8 and 9C. RGB value is (239,216,156). Sum of RGB (Red+Green+Blue) = 239+216+156=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD89C is #102763. Grayscale: #D8D8D8. Windows color (decimal): -1058660 or 10279151. OLE color: 10279151.

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

Color convert

RGB239216156-
CMYK00.100.350.06
HSL43.37º72.17%77.45%-
HSV(B)43.37º34.73%93.73%-
XYZ66.1569.8641.45-
YUV216.0494.12144.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 216 (84.77% from 255) = 35.35%
BLUE value IS 156 (61.33% from 255) = 25.53%
R=39.12%
G=35.35%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921615600.100.350.0643.3772.1777.45
HexEFD89C0A2362b484d
Octal35733023401243653110115
Binary1110111111011000100111000101010001111010101110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD89C; }

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

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

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

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

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

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

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

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