#EFD59F

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

Shades of Splash #EFD59F

Tints of Splash #EFD59F

Color information

#EFD59F (or 0xEFD59F) is unknown color: approx Splash. HEX triplet: EF, D5 and 9F. RGB value is (239,213,159). Sum of RGB (Red+Green+Blue) = 239+213+159=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD59F is #102A60. Grayscale: #D6D6D6. Windows color (decimal): -1059425 or 10474991. OLE color: 10474991.

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

Color convert

RGB239213159-
CMYK00.110.330.06
HSL40.5º71.43%78.04%-
HSV(B)40.5º33.47%93.73%-
XYZ65.6568.4442.55-
YUV214.6296.61145.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 159 (62.5% from 255) = 26.02%
R=39.12%
G=34.86%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921315900.110.330.0640.571.4378.04
HexEFD59F0B21628474e
Octal35732523701341650107116
Binary1110111111010101100111110101110000111010100010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD59F; }

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

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

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

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

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

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

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

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