#EFEDC7

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

Shades of Spring Sun #EFEDC7

Tints of Spring Sun #EFEDC7

Color information

#EFEDC7 (or 0xEFEDC7) is unknown color: approx Spring Sun. HEX triplet: EF, ED and C7. RGB value is (239,237,199). Sum of RGB (Red+Green+Blue) = 239+237+199=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 199 (78.12% from 255 or 29.48% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDC7 is #101238. Grayscale: #E9E9E9. Windows color (decimal): -1053241 or 13102575. OLE color: 13102575.

HSL color Cylindrical-coordinate representation of color #EFEDC7: hue angle of 57º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFEDC7 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239237199-
CMYK00.010.170.06
HSL57º55.56%85.88%-
HSV(B)57º16.74%93.73%-
XYZ76.1983.0466.05-
YUV233.27108.66132.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 199 (78.12% from 255) = 29.48%
R=35.41%
G=35.11%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923719900.010.170.065755.5685.88
HexEFEDC701116393856
Octal357355307012167170126
Binary11101111111011011100011101100011101110011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDC7; }

 p { color: rgb(239,237,199); }

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

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

 a { background-color: rgb(239,237,199); }

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

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

 span { border-color: rgb(239,237,199); }

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