#EFD997

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

Shades of Splash #EFD997

Tints of Splash #EFD997

Color information

#EFD997 (or 0xEFD997) is unknown color: approx Splash. HEX triplet: EF, D9 and 97. RGB value is (239,217,151). Sum of RGB (Red+Green+Blue) = 239+217+151=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 151 (59.38% from 255 or 24.88% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD997 is #102668. Grayscale: #D8D8D8. Windows color (decimal): -1058409 or 9951727. OLE color: 9951727.

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

Color convert

RGB239217151-
CMYK00.090.370.06
HSL45º73.33%76.47%-
HSV(B)45º36.82%93.73%-
XYZ6670.2139.35-
YUV216.0591.29144.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 217 (85.16% from 255) = 35.75%
BLUE value IS 151 (59.38% from 255) = 24.88%
R=39.37%
G=35.75%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921715100.090.370.064573.3376.47
HexEFD997092562d494c
Octal35733122701145655111114
Binary1110111111011001100101110100110010111010110110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD997; }

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

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

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

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

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

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

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

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