#EFD9A1

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

Shades of Splash #EFD9A1

Tints of Splash #EFD9A1

Color information

#EFD9A1 (or 0xEFD9A1) is unknown color: approx Splash. HEX triplet: EF, D9 and A1. RGB value is (239,217,161). Sum of RGB (Red+Green+Blue) = 239+217+161=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD9A1 is #10265E. Grayscale: #D9D9D9. Windows color (decimal): -1058399 or 10607087. OLE color: 10607087.

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

Color convert

RGB239217161-
CMYK00.090.330.06
HSL43.08º70.91%78.43%-
HSV(B)43.08º32.64%93.73%-
XYZ66.8470.5543.81-
YUV217.1996.29143.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 217 (85.16% from 255) = 35.17%
BLUE value IS 161 (63.28% from 255) = 26.09%
R=38.74%
G=35.17%
B=26.09%

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
Decimal23921716100.090.330.0643.0870.9178.43
HexEFD9A1092162b474e
Octal35733124101141653107116
Binary1110111111011001101000010100110000111010101110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9A1; }

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

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

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

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

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

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

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

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