#EFD599

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

Shades of Splash #EFD599

Tints of Splash #EFD599

Color information

#EFD599 (or 0xEFD599) is unknown color: approx Splash. HEX triplet: EF, D5 and 99. RGB value is (239,213,153). Sum of RGB (Red+Green+Blue) = 239+213+153=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD599 is #102A66. Grayscale: #D6D6D6. Windows color (decimal): -1059431 or 10081775. OLE color: 10081775.

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

Color convert

RGB239213153-
CMYK00.110.360.06
HSL41.86º72.88%76.86%-
HSV(B)41.86º35.98%93.73%-
XYZ65.1468.2439.88-
YUV213.9393.61145.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 153 (60.16% from 255) = 25.29%
R=39.50%
G=35.21%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921315300.110.360.0641.8672.8876.86
HexEFD5990B2462a494d
Octal35732523101344652111115
Binary1110111111010101100110010101110010011010101010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD599; }

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

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

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

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

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

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

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

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