#EFD49A

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

Shades of Splash #EFD49A

Tints of Splash #EFD49A

Color information

#EFD49A (or 0xEFD49A) is unknown color: approx Splash. HEX triplet: EF, D4 and 9A. RGB value is (239,212,154). Sum of RGB (Red+Green+Blue) = 239+212+154=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD49A is #102B65. Grayscale: #D5D5D5. Windows color (decimal): -1059686 or 10147055. OLE color: 10147055.

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

Color convert

RGB239212154-
CMYK00.110.360.06
HSL40.94º72.65%77.06%-
HSV(B)40.94º35.56%93.73%-
XYZ64.9767.7740.23-
YUV213.4694.45146.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 212 (83.20% from 255) = 35.04%
BLUE value IS 154 (60.55% from 255) = 25.45%
R=39.50%
G=35.04%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921215400.110.360.0640.9472.6577.06
HexEFD49A0B24629494d
Octal35732423201344651111115
Binary1110111111010100100110100101110010011010100110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD49A; }

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

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

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

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

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

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

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

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