#EFEEBF

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

Shades of Spring Sun #EFEEBF

Tints of Spring Sun #EFEEBF

Color information

#EFEEBF (or 0xEFEEBF) is unknown color: approx Spring Sun. HEX triplet: EF, EE and BF. RGB value is (239,238,191). Sum of RGB (Red+Green+Blue) = 239+238+191=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 191 (75% from 255 or 28.59% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEBF is #101140. Grayscale: #E9E9E9. Windows color (decimal): -1052993 or 12578543. OLE color: 12578543.

HSL color Cylindrical-coordinate representation of color #EFEEBF: hue angle of 58.75º 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 #EFEEBF is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239238191-
CMYK00.000.200.06
HSL58.75º60%84.31%-
HSV(B)58.75º20.08%93.73%-
XYZ75.5883.2661.38-
YUV232.94104.33132.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 238 (93.36% from 255) = 35.63%
BLUE value IS 191 (75% from 255) = 28.59%
R=35.78%
G=35.63%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923819100.000.200.0658.756084.31
HexEFEEBF001463b3c54
Octal357356277002467374124
Binary11101111111011101011111100101001101110111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEBF; }

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

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

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

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

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

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

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

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