#EFD48F

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

Shades of Splash #EFD48F

Tints of Splash #EFD48F

Color information

#EFD48F (or 0xEFD48F) is unknown color: approx Splash. HEX triplet: EF, D4 and 8F. RGB value is (239,212,143). Sum of RGB (Red+Green+Blue) = 239+212+143=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD48F is #102B70. Grayscale: #D4D4D4. Windows color (decimal): -1059697 or 9426159. OLE color: 9426159.

HSL color Cylindrical-coordinate representation of color #EFD48F: hue angle of 43.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFD48F is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB239212143-
CMYK00.110.400.06
HSL43.12º75%74.9%-
HSV(B)43.12º40.17%93.73%-
XYZ64.167.4235.62-
YUV212.2188.95147.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 212 (83.20% from 255) = 35.69%
BLUE value IS 143 (56.25% from 255) = 24.07%
R=40.24%
G=35.69%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921214300.110.400.0643.127574.9
HexEFD48F0B2862b4b4b
Octal35732421701350653113113
Binary1110111111010100100011110101110100011010101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD48F; }

 p { color: rgb(239,212,143); }

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

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

 a { background-color: rgb(239,212,143); }

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

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

 span { border-color: rgb(239,212,143); }

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