#EFDBA1

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

Shades of Splash #EFDBA1

Tints of Splash #EFDBA1

Color information

#EFDBA1 (or 0xEFDBA1) is unknown color: approx Splash. HEX triplet: EF, DB and A1. RGB value is (239,219,161). Sum of RGB (Red+Green+Blue) = 239+219+161=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBA1 is #10245E. Grayscale: #DADADA. Windows color (decimal): -1057887 or 10607599. OLE color: 10607599.

HSL color Cylindrical-coordinate representation of color #EFDBA1: hue angle of 44.62º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFDBA1 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239219161-
CMYK00.080.330.06
HSL44.62º70.91%78.43%-
HSV(B)44.62º32.64%93.73%-
XYZ67.3671.5943.99-
YUV218.3795.63142.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 161 (63.28% from 255) = 26.01%
R=38.61%
G=35.38%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921916100.080.330.0644.6270.9178.43
HexEFDBA1082162d474e
Octal35733324101041655107116
Binary1110111111011011101000010100010000111010110110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBA1; }

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

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

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

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

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

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

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

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