#EFD69E

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

Shades of Splash #EFD69E

Tints of Splash #EFD69E

Color information

#EFD69E (or 0xEFD69E) is unknown color: approx Splash. HEX triplet: EF, D6 and 9E. RGB value is (239,214,158). Sum of RGB (Red+Green+Blue) = 239+214+158=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD69E is #102961. Grayscale: #D7D7D7. Windows color (decimal): -1059170 or 10409711. OLE color: 10409711.

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

Color convert

RGB239214158-
CMYK00.100.340.06
HSL41.48º71.68%77.84%-
HSV(B)41.48º33.89%93.73%-
XYZ65.8168.9142.18-
YUV215.0995.78145.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 214 (83.98% from 255) = 35.02%
BLUE value IS 158 (62.11% from 255) = 25.86%
R=39.12%
G=35.02%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921415800.100.340.0641.4871.6877.84
HexEFD69E0A22629484e
Octal35732623601242651110116
Binary1110111111010110100111100101010001011010100110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD69E; }

 p { color: rgb(239,214,158); }

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

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

 a { background-color: rgb(239,214,158); }

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

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

 span { border-color: rgb(239,214,158); }

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