#EFD995

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

Shades of Splash #EFD995

Tints of Splash #EFD995

Color information

#EFD995 (or 0xEFD995) is unknown color: approx Splash. HEX triplet: EF, D9 and 95. RGB value is (239,217,149). Sum of RGB (Red+Green+Blue) = 239+217+149=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD995 is #10266A. Grayscale: #D8D8D8. Windows color (decimal): -1058411 or 9820655. OLE color: 9820655.

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

Color convert

RGB239217149-
CMYK00.090.380.06
HSL45.33º73.77%76.08%-
HSV(B)45.33º37.66%93.73%-
XYZ65.8370.1538.5-
YUV215.8390.29144.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 217 (85.16% from 255) = 35.87%
BLUE value IS 149 (58.59% from 255) = 24.63%
R=39.50%
G=35.87%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921714900.090.380.0645.3373.7776.08
HexEFD995092662d4a4c
Octal35733122501146655112114
Binary1110111111011001100101010100110011011010110110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD995; }

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

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

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

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

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

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

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

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