#EFD69C

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

Shades of Splash #EFD69C

Tints of Splash #EFD69C

Color information

#EFD69C (or 0xEFD69C) is unknown color: approx Splash. HEX triplet: EF, D6 and 9C. RGB value is (239,214,156). Sum of RGB (Red+Green+Blue) = 239+214+156=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 156 (61.33% from 255 or 25.62% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD69C is #102963. Grayscale: #D7D7D7. Windows color (decimal): -1059172 or 10278639. OLE color: 10278639.

HSL color Cylindrical-coordinate representation of color #EFD69C: hue angle of 41.93º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFD69C is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB239214156-
CMYK00.100.350.06
HSL41.93º72.17%77.45%-
HSV(B)41.93º34.73%93.73%-
XYZ65.6468.8441.28-
YUV214.8694.78145.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 156 (61.33% from 255) = 25.62%
R=39.24%
G=35.14%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921415600.100.350.0641.9372.1777.45
HexEFD69C0A2362a484d
Octal35732623401243652110115
Binary1110111111010110100111000101010001111010101010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD69C; }

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

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

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

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

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

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

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

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