#EFD69B

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

Shades of Splash #EFD69B

Tints of Splash #EFD69B

Color information

#EFD69B (or 0xEFD69B) is unknown color: approx Splash. HEX triplet: EF, D6 and 9B. RGB value is (239,214,155). Sum of RGB (Red+Green+Blue) = 239+214+155=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD69B is #102964. Grayscale: #D7D7D7. Windows color (decimal): -1059173 or 10213103. OLE color: 10213103.

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

Color convert

RGB239214155-
CMYK00.100.350.06
HSL42.14º72.41%77.25%-
HSV(B)42.14º35.15%93.73%-
XYZ65.5668.8140.84-
YUV214.7594.28145.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 214 (83.98% from 255) = 35.20%
BLUE value IS 155 (60.94% from 255) = 25.49%
R=39.31%
G=35.20%
B=25.49%

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
Decimal23921415500.100.350.0642.1472.4177.25
HexEFD69B0A2362a484d
Octal35732623301243652110115
Binary1110111111010110100110110101010001111010101010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD69B; }

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

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

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

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

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

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

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

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