#EFD393

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

Shades of Splash #EFD393

Tints of Splash #EFD393

Color information

#EFD393 (or 0xEFD393) is unknown color: approx Splash. HEX triplet: EF, D3 and 93. RGB value is (239,211,147). Sum of RGB (Red+Green+Blue) = 239+211+147=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD393 is #102C6C. Grayscale: #D4D4D4. Windows color (decimal): -1059949 or 9688047. OLE color: 9688047.

HSL color Cylindrical-coordinate representation of color #EFD393: hue angle of 41.74º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFD393 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB239211147-
CMYK00.120.380.06
HSL41.74º74.19%75.69%-
HSV(B)41.74º38.49%93.73%-
XYZ64.1667.0537.16-
YUV212.0891.28147.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 211 (82.81% from 255) = 35.34%
BLUE value IS 147 (57.81% from 255) = 24.62%
R=40.03%
G=35.34%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921114700.120.380.0641.7474.1975.69
HexEFD3930C2662a4a4c
Octal35732322301446652112114
Binary1110111111010011100100110110010011011010101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD393; }

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

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

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

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

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

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

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

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