#EFEECC

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

Shades of Spring Sun #EFEECC

Tints of Spring Sun #EFEECC

Color information

#EFEECC (or 0xEFEECC) is unknown color: approx Spring Sun. HEX triplet: EF, EE and CC. RGB value is (239,238,204). Sum of RGB (Red+Green+Blue) = 239+238+204=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 204 (80.08% from 255 or 29.96% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEECC is #101133. Grayscale: #EAEAEA. Windows color (decimal): -1052980 or 13430511. OLE color: 13430511.

HSL color Cylindrical-coordinate representation of color #EFEECC: hue angle of 58.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFEECC is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239238204-
CMYK00.000.150.06
HSL58.29º52.24%86.86%-
HSV(B)58.29º14.64%93.73%-
XYZ77.0783.8669.25-
YUV234.42110.83131.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.10%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 204 (80.08% from 255) = 29.96%
R=35.10%
G=34.95%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923820400.000.150.0658.2952.2486.86
HexEFEECC00F63a3457
Octal357356314001767264127
Binary1110111111101110110011000011111101110101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEECC; }

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

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

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

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

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

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

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

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