#EFDA9A

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

Shades of Splash #EFDA9A

Tints of Splash #EFDA9A

Color information

#EFDA9A (or 0xEFDA9A) is unknown color: approx Splash. HEX triplet: EF, DA and 9A. RGB value is (239,218,154). Sum of RGB (Red+Green+Blue) = 239+218+154=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDA9A is #102565. Grayscale: #D9D9D9. Windows color (decimal): -1058150 or 10148591. OLE color: 10148591.

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

Color convert

RGB239218154-
CMYK00.090.360.06
HSL45.18º72.65%77.06%-
HSV(B)45.18º35.56%93.73%-
XYZ66.570.8340.74-
YUV216.9892.46143.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 154 (60.55% from 255) = 25.20%
R=39.12%
G=35.68%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921815400.090.360.0645.1872.6577.06
HexEFDA9A092462d494d
Octal35733223201144655111115
Binary1110111111011010100110100100110010011010110110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDA9A; }

 p { color: rgb(239,218,154); }

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

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

 a { background-color: rgb(239,218,154); }

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

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

 span { border-color: rgb(239,218,154); }

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