#EFEDC5

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

Shades of Spring Sun #EFEDC5

Tints of Spring Sun #EFEDC5

Color information

#EFEDC5 (or 0xEFEDC5) is unknown color: approx Spring Sun. HEX triplet: EF, ED and C5. RGB value is (239,237,197). Sum of RGB (Red+Green+Blue) = 239+237+197=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 197 (77.34% from 255 or 29.27% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDC5 is #10123A. Grayscale: #E9E9E9. Windows color (decimal): -1053243 or 12971503. OLE color: 12971503.

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

Color convert

RGB239237197-
CMYK00.010.180.06
HSL57.14º56.76%85.49%-
HSV(B)57.14º17.57%93.73%-
XYZ75.9682.9564.83-
YUV233.04107.66132.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 237 (92.97% from 255) = 35.22%
BLUE value IS 197 (77.34% from 255) = 29.27%
R=35.51%
G=35.22%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923719700.010.180.0657.1456.7685.49
HexEFEDC501126393955
Octal357355305012267171125
Binary11101111111011011100010101100101101110011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDC5; }

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

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

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

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

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

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

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

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