#EFD695

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

Shades of Splash #EFD695

Tints of Splash #EFD695

Color information

#EFD695 (or 0xEFD695) is unknown color: approx Splash. HEX triplet: EF, D6 and 95. RGB value is (239,214,149). Sum of RGB (Red+Green+Blue) = 239+214+149=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD695 is #10296A. Grayscale: #D6D6D6. Windows color (decimal): -1059179 or 9819887. OLE color: 9819887.

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

Color convert

RGB239214149-
CMYK00.100.380.06
HSL43.33º73.77%76.08%-
HSV(B)43.33º37.66%93.73%-
XYZ65.0768.6138.25-
YUV214.0691.28145.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 214 (83.98% from 255) = 35.55%
BLUE value IS 149 (58.59% from 255) = 24.75%
R=39.70%
G=35.55%
B=24.75%

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
Decimal23921414900.100.380.0643.3373.7776.08
HexEFD6950A2662b4a4c
Octal35732622501246653112114
Binary1110111111010110100101010101010011011010101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD695; }

 p { color: rgb(239,214,149); }

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

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

 a { background-color: rgb(239,214,149); }

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

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

 span { border-color: rgb(239,214,149); }

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