#EFD59D

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

Shades of Splash #EFD59D

Tints of Splash #EFD59D

Color information

#EFD59D (or 0xEFD59D) is unknown color: approx Splash. HEX triplet: EF, D5 and 9D. RGB value is (239,213,157). Sum of RGB (Red+Green+Blue) = 239+213+157=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD59D is #102A62. Grayscale: #D6D6D6. Windows color (decimal): -1059427 or 10343919. OLE color: 10343919.

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

Color convert

RGB239213157-
CMYK00.110.340.06
HSL40.98º71.93%77.65%-
HSV(B)40.98º34.31%93.73%-
XYZ65.4868.3741.64-
YUV214.3995.61145.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 213 (83.59% from 255) = 34.98%
BLUE value IS 157 (61.72% from 255) = 25.78%
R=39.24%
G=34.98%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921315700.110.340.0640.9871.9377.65
HexEFD59D0B22629484e
Octal35732523501342651110116
Binary1110111111010101100111010101110001011010100110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD59D; }

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

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

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

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

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

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

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

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