#EFEDC4

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

Shades of Spring Sun #EFEDC4

Tints of Spring Sun #EFEDC4

Color information

#EFEDC4 (or 0xEFEDC4) is unknown color: approx Spring Sun. HEX triplet: EF, ED and C4. RGB value is (239,237,196). Sum of RGB (Red+Green+Blue) = 239+237+196=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 196 (76.95% from 255 or 29.17% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDC4 is #10123B. Grayscale: #E9E9E9. Windows color (decimal): -1053244 or 12905967. OLE color: 12905967.

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

Color convert

RGB239237196-
CMYK00.010.180.06
HSL57.21º57.33%85.29%-
HSV(B)57.21º17.99%93.73%-
XYZ75.8482.964.23-
YUV232.92107.16132.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 196 (76.95% from 255) = 29.17%
R=35.57%
G=35.27%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923719600.010.180.0657.2157.3385.29
HexEFEDC401126393955
Octal357355304012267171125
Binary11101111111011011100010001100101101110011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDC4; }

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

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

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

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

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

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

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

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