#efd49d

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

Shades of Splash #EFD49D

Tints of Splash #EFD49D

Color information

#EFD49D (or 0xEFD49D) is unknown color: approx Splash. HEX triplet: EF, D4 and 9D. RGB value is (239,212,157). Sum of RGB (Red+Green+Blue) = 239+212+157=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD49D is #102B62. Grayscale: #D6D6D6. Windows color (decimal): -1059683 or 10343663. OLE color: 10343663.

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

Color convert

RGB239212157-
CMYK00.110.340.06
HSL40.24º71.93%77.65%-
HSV(B)40.24º34.31%93.73%-
XYZ65.2367.8741.56-
YUV213.895.95145.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 212 (83.20% from 255) = 34.87%
BLUE value IS 157 (61.72% from 255) = 25.82%
R=39.31%
G=34.87%
B=25.82%

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
Decimal23921215700.110.340.0640.2471.9377.65
HexEFD49D0B22628484e
Octal35732423501342650110116
Binary1110111111010100100111010101110001011010100010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efd49d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efd49d; }

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

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

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

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

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

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

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

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