#EFEFCD

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

Shades of Spring Sun #EFEFCD

Tints of Spring Sun #EFEFCD

Color information

#EFEFCD (or 0xEFEFCD) is unknown color: approx Spring Sun. HEX triplet: EF, EF and CD. RGB value is (239,239,205). Sum of RGB (Red+Green+Blue) = 239+239+205=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 205 (80.47% from 255 or 30.01% from 683); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFCD is #101032. Grayscale: #EBEBEB. Windows color (decimal): -1052723 or 13496303. OLE color: 13496303.

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

Color convert

RGB239239205-
CMYK000.140.06
HSL60º51.52%87.06%-
HSV(B)60º14.23%93.73%-
XYZ77.4884.4969.98-
YUV235.12111130.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 205 (80.47% from 255) = 30.01%
R=34.99%
G=34.99%
B=30.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239205000.140.066051.5287.06
HexEFEFCD00E63c3457
Octal357357315001667464127
Binary1110111111101111110011010011101101111001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFCD; }

 p { color: rgb(239,239,205); }

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

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

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

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

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

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

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