#EFDD99

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

Shades of Splash #EFDD99

Tints of Splash #EFDD99

Color information

#EFDD99 (or 0xEFDD99) is unknown color: approx Splash. HEX triplet: EF, DD and 99. RGB value is (239,221,153). Sum of RGB (Red+Green+Blue) = 239+221+153=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 153 (60.16% from 255 or 24.96% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD99 is #102266. Grayscale: #DADADA. Windows color (decimal): -1057383 or 10083823. OLE color: 10083823.

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

Color convert

RGB239221153-
CMYK00.080.360.06
HSL47.44º72.88%76.86%-
HSV(B)47.44º35.98%93.73%-
XYZ67.272.3640.56-
YUV218.6390.96142.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 153 (60.16% from 255) = 24.96%
R=38.99%
G=36.05%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922115300.080.360.0647.4472.8876.86
HexEFDD99082462f494d
Octal35733523101044657111115
Binary1110111111011101100110010100010010011010111110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDD99; }

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

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

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

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

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

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

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

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