#EDEEC4

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

Shades of Spring Sun #EDEEC4

Tints of Spring Sun #EDEEC4

Color information

#EDEEC4 (or 0xEDEEC4) is unknown color: approx Spring Sun. HEX triplet: ED, EE and C4. RGB value is (237,238,196). Sum of RGB (Red+Green+Blue) = 237+238+196=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 196 (76.95% from 255 or 29.21% from 671); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEC4 is #12113B. Grayscale: #E9E9E9. Windows color (decimal): -1184060 or 12906221. OLE color: 12906221.

HSL color Cylindrical-coordinate representation of color #EDEEC4: hue angle of 61.43º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDEEC4 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB237238196-
CMYK0.0000.180.07
HSL61.43º55.26%85.1%-
HSV(B)61.43º17.65%93.33%-
XYZ75.4683.1464.29-
YUV232.91107.17130.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.32%
GREEN value IS 238 (93.36% from 255) = 35.47%
BLUE value IS 196 (76.95% from 255) = 29.21%
R=35.32%
G=35.47%
B=29.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372381960.0000.180.0761.4355.2685.1
HexEDEEC4001273d3755
Octal355356304002277567125
Binary11101101111011101100010000100101111111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEC4; }

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

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

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

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

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

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

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

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