#EFD59A

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

Shades of Splash #EFD59A

Tints of Splash #EFD59A

Color information

#EFD59A (or 0xEFD59A) is unknown color: approx Splash. HEX triplet: EF, D5 and 9A. RGB value is (239,213,154). Sum of RGB (Red+Green+Blue) = 239+213+154=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD59A is #102A65. Grayscale: #D6D6D6. Windows color (decimal): -1059430 or 10147311. OLE color: 10147311.

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

Color convert

RGB239213154-
CMYK00.110.360.06
HSL41.65º72.65%77.06%-
HSV(B)41.65º35.56%93.73%-
XYZ65.2268.2740.31-
YUV214.0594.11145.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 213 (83.59% from 255) = 35.15%
BLUE value IS 154 (60.55% from 255) = 25.41%
R=39.44%
G=35.15%
B=25.41%

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
Decimal23921315400.110.360.0641.6572.6577.06
HexEFD59A0B2462a494d
Octal35732523201344652111115
Binary1110111111010101100110100101110010011010101010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD59A; }

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

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

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

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

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

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

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

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