#EFD999

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

Shades of Splash #EFD999

Tints of Splash #EFD999

Color information

#EFD999 (or 0xEFD999) is unknown color: approx Splash. HEX triplet: EF, D9 and 99. RGB value is (239,217,153). Sum of RGB (Red+Green+Blue) = 239+217+153=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD999 is #102666. Grayscale: #D8D8D8. Windows color (decimal): -1058407 or 10082799. OLE color: 10082799.

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

Color convert

RGB239217153-
CMYK00.090.360.06
HSL44.65º72.88%76.86%-
HSV(B)44.65º35.98%93.73%-
XYZ66.1670.2840.21-
YUV216.2892.29144.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 153 (60.16% from 255) = 25.12%
R=39.24%
G=35.63%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921715300.090.360.0644.6572.8876.86
HexEFD999092462d494d
Octal35733123101144655111115
Binary1110111111011001100110010100110010011010110110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD999; }

 p { color: rgb(239,217,153); }

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

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

 a { background-color: rgb(239,217,153); }

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

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

 span { border-color: rgb(239,217,153); }

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