#EFEDC1

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

Shades of Spring Sun #EFEDC1

Tints of Spring Sun #EFEDC1

Color information

#EFEDC1 (or 0xEFEDC1) is unknown color: approx Spring Sun. HEX triplet: EF, ED and C1. RGB value is (239,237,193). Sum of RGB (Red+Green+Blue) = 239+237+193=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 193 (75.78% from 255 or 28.85% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDC1 is #10123E. Grayscale: #E8E8E8. Windows color (decimal): -1053247 or 12709359. OLE color: 12709359.

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

Color convert

RGB239237193-
CMYK00.010.190.06
HSL57.39º58.97%84.71%-
HSV(B)57.39º19.25%93.73%-
XYZ75.5182.7762.45-
YUV232.58105.66132.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 193 (75.78% from 255) = 28.85%
R=35.72%
G=35.43%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923719300.010.190.0657.3958.9784.71
HexEFEDC101136393b55
Octal357355301012367173125
Binary11101111111011011100000101100111101110011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDC1; }

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

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

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

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

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

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

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

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