#EFDB95

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

Shades of Splash #EFDB95

Tints of Splash #EFDB95

Color information

#EFDB95 (or 0xEFDB95) is unknown color: approx Splash. HEX triplet: EF, DB and 95. RGB value is (239,219,149). Sum of RGB (Red+Green+Blue) = 239+219+149=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB95 is #10246A. Grayscale: #D9D9D9. Windows color (decimal): -1057899 or 9821167. OLE color: 9821167.

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

Color convert

RGB239219149-
CMYK00.080.380.06
HSL46.67º73.77%76.08%-
HSV(B)46.67º37.66%93.73%-
XYZ66.3571.1838.68-
YUV21789.63143.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 149 (58.59% from 255) = 24.55%
R=39.37%
G=36.08%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921914900.080.380.0646.6773.7776.08
HexEFDB95082662f4a4c
Octal35733322501046657112114
Binary1110111111011011100101010100010011011010111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDB95; }

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

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

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

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

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

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

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

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