#EFD9A0

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

Shades of Splash #EFD9A0

Tints of Splash #EFD9A0

Color information

#EFD9A0 (or 0xEFD9A0) is unknown color: approx Splash. HEX triplet: EF, D9 and A0. RGB value is (239,217,160). Sum of RGB (Red+Green+Blue) = 239+217+160=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD9A0 is #10265F. Grayscale: #D9D9D9. Windows color (decimal): -1058400 or 10541551. OLE color: 10541551.

HSL color Cylindrical-coordinate representation of color #EFD9A0: hue angle of 43.29º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFD9A0 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239217160-
CMYK00.090.330.06
HSL43.29º71.17%78.24%-
HSV(B)43.29º33.05%93.73%-
XYZ66.7570.5143.35-
YUV217.0895.79143.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 217 (85.16% from 255) = 35.23%
BLUE value IS 160 (62.89% from 255) = 25.97%
R=38.80%
G=35.23%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921716000.090.330.0643.2971.1778.24
HexEFD9A0092162b474e
Octal35733124001141653107116
Binary1110111111011001101000000100110000111010101110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9A0; }

 p { color: rgb(239,217,160); }

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

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

 a { background-color: rgb(239,217,160); }

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

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

 span { border-color: rgb(239,217,160); }

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