#EFD893

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

Shades of Splash #EFD893

Tints of Splash #EFD893

Color information

#EFD893 (or 0xEFD893) is unknown color: approx Splash. HEX triplet: EF, D8 and 93. RGB value is (239,216,147). Sum of RGB (Red+Green+Blue) = 239+216+147=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 147 (57.81% from 255 or 24.42% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD893 is #10276C. Grayscale: #D7D7D7. Windows color (decimal): -1058669 or 9689327. OLE color: 9689327.

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

Color convert

RGB239216147-
CMYK00.100.380.06
HSL45º74.19%75.69%-
HSV(B)45º38.49%93.73%-
XYZ65.4269.5737.58-
YUV215.0189.62145.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 216 (84.77% from 255) = 35.88%
BLUE value IS 147 (57.81% from 255) = 24.42%
R=39.70%
G=35.88%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921614700.100.380.064574.1975.69
HexEFD8930A2662d4a4c
Octal35733022301246655112114
Binary1110111111011000100100110101010011011010110110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD893; }

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

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

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

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

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

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

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

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