#EFDBA3

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

Shades of Splash #EFDBA3

Tints of Splash #EFDBA3

Color information

#EFDBA3 (or 0xEFDBA3) is unknown color: approx Splash. HEX triplet: EF, DB and A3. RGB value is (239,219,163). Sum of RGB (Red+Green+Blue) = 239+219+163=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 163 (64.06% from 255 or 26.25% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBA3 is #10245C. Grayscale: #DADADA. Windows color (decimal): -1057885 or 10738671. OLE color: 10738671.

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

Color convert

RGB239219163-
CMYK00.080.320.06
HSL44.21º70.37%78.82%-
HSV(B)44.21º31.8%93.73%-
XYZ67.5471.6644.92-
YUV218.696.63142.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 219 (85.94% from 255) = 35.27%
BLUE value IS 163 (64.06% from 255) = 26.25%
R=38.49%
G=35.27%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921916300.080.320.0644.2170.3778.82
HexEFDBA3082062c464f
Octal35733324301040654106117
Binary1110111111011011101000110100010000011010110010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBA3; }

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

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

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

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

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

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

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

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