#EFD29D

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

Shades of Splash #EFD29D

Tints of Splash #EFD29D

Color information

#EFD29D (or 0xEFD29D) is unknown color: approx Splash. HEX triplet: EF, D2 and 9D. RGB value is (239,210,157). Sum of RGB (Red+Green+Blue) = 239+210+157=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD29D is #102D62. Grayscale: #D4D4D4. Windows color (decimal): -1060195 or 10343151. OLE color: 10343151.

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

Color convert

RGB239210157-
CMYK00.120.340.06
HSL38.78º71.93%77.65%-
HSV(B)38.78º34.31%93.73%-
XYZ64.7366.8841.4-
YUV212.6396.61146.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 210 (82.42% from 255) = 34.65%
BLUE value IS 157 (61.72% from 255) = 25.91%
R=39.44%
G=34.65%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921015700.120.340.0638.7871.9377.65
HexEFD29D0C22627484e
Octal35732223501442647110116
Binary1110111111010010100111010110010001011010011110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD29D; }

 p { color: rgb(239,210,157); }

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

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

 a { background-color: rgb(239,210,157); }

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

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

 span { border-color: rgb(239,210,157); }

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