#EFDD9E

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

Shades of Splash #EFDD9E

Tints of Splash #EFDD9E

Color information

#EFDD9E (or 0xEFDD9E) is unknown color: approx Splash. HEX triplet: EF, DD and 9E. RGB value is (239,221,158). Sum of RGB (Red+Green+Blue) = 239+221+158=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 158 (62.11% from 255 or 25.57% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD9E is #102261. Grayscale: #DBDBDB. Windows color (decimal): -1057378 or 10411503. OLE color: 10411503.

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

Color convert

RGB239221158-
CMYK00.080.340.06
HSL46.67º71.68%77.84%-
HSV(B)46.67º33.89%93.73%-
XYZ67.6272.5342.78-
YUV219.293.46142.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 158 (62.11% from 255) = 25.57%
R=38.67%
G=35.76%
B=25.57%

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
Decimal23922115800.080.340.0646.6771.6877.84
HexEFDD9E082262f484e
Octal35733523601042657110116
Binary1110111111011101100111100100010001011010111110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDD9E; }

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

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

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

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

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

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

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

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