#EFD7A0

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

Shades of Splash #EFD7A0

Tints of Splash #EFD7A0

Color information

#EFD7A0 (or 0xEFD7A0) is unknown color: approx Splash. HEX triplet: EF, D7 and A0. RGB value is (239,215,160). Sum of RGB (Red+Green+Blue) = 239+215+160=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD7A0 is #10285F. Grayscale: #D8D8D8. Windows color (decimal): -1058912 or 10541039. OLE color: 10541039.

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

Color convert

RGB239215160-
CMYK00.100.330.06
HSL41.77º71.17%78.24%-
HSV(B)41.77º33.05%93.73%-
XYZ66.2469.4943.18-
YUV215.9196.45144.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 160 (62.89% from 255) = 26.06%
R=38.93%
G=35.02%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921516000.100.330.0641.7771.1778.24
HexEFD7A00A2162a474e
Octal35732724001241652107116
Binary1110111111010111101000000101010000111010101010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7A0; }

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

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

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

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

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

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

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

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