#EFD797

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

Shades of Splash #EFD797

Tints of Splash #EFD797

Color information

#EFD797 (or 0xEFD797) is unknown color: approx Splash. HEX triplet: EF, D7 and 97. RGB value is (239,215,151). Sum of RGB (Red+Green+Blue) = 239+215+151=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD797 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD797 is #102868. Grayscale: #D7D7D7. Windows color (decimal): -1058921 or 9951215. OLE color: 9951215.

HSL color Cylindrical-coordinate representation of color #EFD797: hue angle of 43.64º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFD797 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB239215151-
CMYK00.100.370.06
HSL43.64º73.33%76.47%-
HSV(B)43.64º36.82%93.73%-
XYZ65.4869.1939.18-
YUV214.8891.95145.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 215 (84.38% from 255) = 35.54%
BLUE value IS 151 (59.38% from 255) = 24.96%
R=39.50%
G=35.54%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921515100.100.370.0643.6473.3376.47
HexEFD7970A2562c494c
Octal35732722701245654111114
Binary1110111111010111100101110101010010111010110010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD797; }

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

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

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

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

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

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

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

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