#EFDB94

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

Shades of Splash #EFDB94

Tints of Splash #EFDB94

Color information

#EFDB94 (or 0xEFDB94) is unknown color: approx Splash. HEX triplet: EF, DB and 94. RGB value is (239,219,148). Sum of RGB (Red+Green+Blue) = 239+219+148=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 148 (58.20% from 255 or 24.42% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB94 is #10246B. Grayscale: #D9D9D9. Windows color (decimal): -1057900 or 9755631. OLE color: 9755631.

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

Color convert

RGB239219148-
CMYK00.080.380.06
HSL46.81º73.98%75.88%-
HSV(B)46.81º38.08%93.73%-
XYZ66.2771.1538.26-
YUV216.8989.13143.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 148 (58.20% from 255) = 24.42%
R=39.44%
G=36.14%
B=24.42%

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
Decimal23921914800.080.380.0646.8173.9875.88
HexEFDB94082662f4a4c
Octal35733322401046657112114
Binary1110111111011011100101000100010011011010111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDB94; }

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

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

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

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

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

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

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

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