#EFDC9E

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

Shades of Splash #EFDC9E

Tints of Splash #EFDC9E

Color information

#EFDC9E (or 0xEFDC9E) is unknown color: approx Splash. HEX triplet: EF, DC and 9E. RGB value is (239,220,158). Sum of RGB (Red+Green+Blue) = 239+220+158=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 158 (62.11% from 255 or 25.61% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC9E is #102361. Grayscale: #DADADA. Windows color (decimal): -1057634 or 10411247. OLE color: 10411247.

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

Color convert

RGB239220158-
CMYK00.080.340.06
HSL45.93º71.68%77.84%-
HSV(B)45.93º33.89%93.73%-
XYZ67.3672.0142.7-
YUV218.6193.79142.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 158 (62.11% from 255) = 25.61%
R=38.74%
G=35.66%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922015800.080.340.0645.9371.6877.84
HexEFDC9E082262e484e
Octal35733423601042656110116
Binary1110111111011100100111100100010001011010111010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDC9E; }

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

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

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

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

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

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

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

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