#EFEDC3

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

Shades of Spring Sun #EFEDC3

Tints of Spring Sun #EFEDC3

Color information

#EFEDC3 (or 0xEFEDC3) is unknown color: approx Spring Sun. HEX triplet: EF, ED and C3. RGB value is (239,237,195). Sum of RGB (Red+Green+Blue) = 239+237+195=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 195 (76.56% from 255 or 29.06% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDC3 is #10123C. Grayscale: #E8E8E8. Windows color (decimal): -1053245 or 12840431. OLE color: 12840431.

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

Color convert

RGB239237195-
CMYK00.010.180.06
HSL57.27º57.89%85.1%-
HSV(B)57.27º18.41%93.73%-
XYZ75.7382.8663.63-
YUV232.81106.66132.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 195 (76.56% from 255) = 29.06%
R=35.62%
G=35.32%
B=29.06%

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
Decimal23923719500.010.180.0657.2757.8985.1
HexEFEDC301126393a55
Octal357355303012267172125
Binary11101111111011011100001101100101101110011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDC3; }

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

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

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

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

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

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

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

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