#EFD89E

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

Shades of Splash #EFD89E

Tints of Splash #EFD89E

Color information

#EFD89E (or 0xEFD89E) is unknown color: approx Splash. HEX triplet: EF, D8 and 9E. RGB value is (239,216,158). Sum of RGB (Red+Green+Blue) = 239+216+158=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 158 (62.11% from 255 or 25.77% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD89E is #102761. Grayscale: #D8D8D8. Windows color (decimal): -1058658 or 10410223. OLE color: 10410223.

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

Color convert

RGB239216158-
CMYK00.100.340.06
HSL42.96º71.68%77.84%-
HSV(B)42.96º33.89%93.73%-
XYZ66.3269.9342.35-
YUV216.2695.12144.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 158 (62.11% from 255) = 25.77%
R=38.99%
G=35.24%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921615800.100.340.0642.9671.6877.84
HexEFD89E0A2262b484e
Octal35733023601242653110116
Binary1110111111011000100111100101010001011010101110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD89E; }

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

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

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

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

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

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

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

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