#EFEDC8

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

Shades of Spring Sun #EFEDC8

Tints of Spring Sun #EFEDC8

Color information

#EFEDC8 (or 0xEFEDC8) is unknown color: approx Spring Sun. HEX triplet: EF, ED and C8. RGB value is (239,237,200). Sum of RGB (Red+Green+Blue) = 239+237+200=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 200 (78.52% from 255 or 29.59% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDC8 is #101237. Grayscale: #E9E9E9. Windows color (decimal): -1053240 or 13168111. OLE color: 13168111.

HSL color Cylindrical-coordinate representation of color #EFEDC8: hue angle of 56.92º degrees, saturation: 0.55, 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 #EFEDC8 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB239237200-
CMYK00.010.160.06
HSL56.92º54.93%86.08%-
HSV(B)56.92º16.32%93.73%-
XYZ76.3183.0966.66-
YUV233.38109.16132.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 200 (78.52% from 255) = 29.59%
R=35.36%
G=35.06%
B=29.59%

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
Decimal23923720000.010.160.0656.9254.9386.08
HexEFEDC801106393756
Octal357355310012067167126
Binary11101111111011011100100001100001101110011101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDC8; }

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

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

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

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

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

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

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

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