#EFEDCA

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

Shades of Spring Sun #EFEDCA

Tints of Spring Sun #EFEDCA

Color information

#EFEDCA (or 0xEFEDCA) is unknown color: approx Spring Sun. HEX triplet: EF, ED and CA. RGB value is (239,237,202). Sum of RGB (Red+Green+Blue) = 239+237+202=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDCA is #101235. Grayscale: #E9E9E9. Windows color (decimal): -1053238 or 13299183. OLE color: 13299183.

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

Color convert

RGB239237202-
CMYK00.010.150.06
HSL56.76º53.62%86.47%-
HSV(B)56.76º15.48%93.73%-
XYZ76.5483.1867.9-
YUV233.61110.16131.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.25%
GREEN value IS 237 (92.97% from 255) = 34.96%
BLUE value IS 202 (79.30% from 255) = 29.79%
R=35.25%
G=34.96%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923720200.010.150.0656.7653.6286.47
HexEFEDCA01F6393656
Octal357355312011767166126
Binary1110111111101101110010100111111101110011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDCA; }

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

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

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

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

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

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

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

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