#EFEEC0

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

Shades of Spring Sun #EFEEC0

Tints of Spring Sun #EFEEC0

Color information

#EFEEC0 (or 0xEFEEC0) is unknown color: approx Spring Sun. HEX triplet: EF, EE and C0. RGB value is (239,238,192). Sum of RGB (Red+Green+Blue) = 239+238+192=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 192 (75.39% from 255 or 28.70% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEC0 is #10113F. Grayscale: #E9E9E9. Windows color (decimal): -1052992 or 12644079. OLE color: 12644079.

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

Color convert

RGB239238192-
CMYK00.000.200.06
HSL58.72º59.49%84.51%-
HSV(B)58.72º19.67%93.73%-
XYZ75.6983.3161.96-
YUV233.05104.83132.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 192 (75.39% from 255) = 28.70%
R=35.72%
G=35.58%
B=28.70%

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
Decimal23923819200.000.200.0658.7259.4984.51
HexEFEEC0001463b3b55
Octal357356300002467373125
Binary11101111111011101100000000101001101110111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEC0; }

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

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

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

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

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

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

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

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