#EFEDC9

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

Shades of Spring Sun #EFEDC9

Tints of Spring Sun #EFEDC9

Color information

#EFEDC9 (or 0xEFEDC9) is unknown color: approx Spring Sun. HEX triplet: EF, ED and C9. RGB value is (239,237,201). Sum of RGB (Red+Green+Blue) = 239+237+201=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 201 (78.91% from 255 or 29.69% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDC9 is #101236. Grayscale: #E9E9E9. Windows color (decimal): -1053239 or 13233647. OLE color: 13233647.

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

Color convert

RGB239237201-
CMYK00.010.160.06
HSL56.84º54.29%86.27%-
HSV(B)56.84º15.9%93.73%-
XYZ76.4283.1467.28-
YUV233.49109.66131.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 237 (92.97% from 255) = 35.01%
BLUE value IS 201 (78.91% from 255) = 29.69%
R=35.30%
G=35.01%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923720100.010.160.0656.8454.2986.27
HexEFEDC901106393656
Octal357355311012067166126
Binary11101111111011011100100101100001101110011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDC9; }

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

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

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

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

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

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

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

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