#EFD39A

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

Shades of Splash #EFD39A

Tints of Splash #EFD39A

Color information

#EFD39A (or 0xEFD39A) is unknown color: approx Splash. HEX triplet: EF, D3 and 9A. RGB value is (239,211,154). Sum of RGB (Red+Green+Blue) = 239+211+154=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD39A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD39A is #102C65. Grayscale: #D5D5D5. Windows color (decimal): -1059942 or 10146799. OLE color: 10146799.

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

Color convert

RGB239211154-
CMYK00.120.360.06
HSL40.24º72.65%77.06%-
HSV(B)40.24º35.56%93.73%-
XYZ64.7267.2740.15-
YUV212.8794.78146.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 211 (82.81% from 255) = 34.93%
BLUE value IS 154 (60.55% from 255) = 25.50%
R=39.57%
G=34.93%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921115400.120.360.0640.2472.6577.06
HexEFD39A0C24628494d
Octal35732323201444650111115
Binary1110111111010011100110100110010010011010100010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD39A; }

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

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

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

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

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

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

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

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