#EFD89F

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

Shades of Splash #EFD89F

Tints of Splash #EFD89F

Color information

#EFD89F (or 0xEFD89F) is unknown color: approx Splash. HEX triplet: EF, D8 and 9F. RGB value is (239,216,159). Sum of RGB (Red+Green+Blue) = 239+216+159=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD89F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD89F is #102760. Grayscale: #D8D8D8. Windows color (decimal): -1058657 or 10475759. OLE color: 10475759.

HSL color Cylindrical-coordinate representation of color #EFD89F: hue angle of 42.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFD89F is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239216159-
CMYK00.100.330.06
HSL42.75º71.43%78.04%-
HSV(B)42.75º33.47%93.73%-
XYZ66.4169.9742.81-
YUV216.3895.62144.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 216 (84.77% from 255) = 35.18%
BLUE value IS 159 (62.5% from 255) = 25.90%
R=38.93%
G=35.18%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921615900.100.330.0642.7571.4378.04
HexEFD89F0A2162b474e
Octal35733023701241653107116
Binary1110111111011000100111110101010000111010101110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD89F; }

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

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

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

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

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

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

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

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