#EFEDBF

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

Shades of Spring Sun #EFEDBF

Tints of Spring Sun #EFEDBF

Color information

#EFEDBF (or 0xEFEDBF) is unknown color: approx Spring Sun. HEX triplet: EF, ED and BF. RGB value is (239,237,191). Sum of RGB (Red+Green+Blue) = 239+237+191=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDBF is #101240. Grayscale: #E8E8E8. Windows color (decimal): -1053249 or 12578287. OLE color: 12578287.

HSL color Cylindrical-coordinate representation of color #EFEDBF: hue angle of 57.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFEDBF is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239237191-
CMYK00.010.200.06
HSL57.5º60%84.31%-
HSV(B)57.5º20.08%93.73%-
XYZ75.2882.6861.28-
YUV232.35104.66132.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 237 (92.97% from 255) = 35.53%
BLUE value IS 191 (75% from 255) = 28.64%
R=35.83%
G=35.53%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923719100.010.200.0657.56084.31
HexEFEDBF011463a3c54
Octal357355277012467274124
Binary11101111111011011011111101101001101110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDBF; }

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

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

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

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

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

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

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

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