#EFDAA1

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

Shades of Splash #EFDAA1

Tints of Splash #EFDAA1

Color information

#EFDAA1 (or 0xEFDAA1) is unknown color: approx Splash. HEX triplet: EF, DA and A1. RGB value is (239,218,161). Sum of RGB (Red+Green+Blue) = 239+218+161=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAA1 is #10255E. Grayscale: #DADADA. Windows color (decimal): -1058143 or 10607343. OLE color: 10607343.

HSL color Cylindrical-coordinate representation of color #EFDAA1: hue angle of 43.85º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFDAA1 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239218161-
CMYK00.090.330.06
HSL43.85º70.91%78.43%-
HSV(B)43.85º32.64%93.73%-
XYZ67.171.0743.9-
YUV217.7895.96143.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 161 (63.28% from 255) = 26.05%
R=38.67%
G=35.28%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921816100.090.330.0643.8570.9178.43
HexEFDAA1092162c474e
Octal35733224101141654107116
Binary1110111111011010101000010100110000111010110010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAA1; }

 p { color: rgb(239,218,161); }

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

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

 a { background-color: rgb(239,218,161); }

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

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

 span { border-color: rgb(239,218,161); }

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