#EDEEC1

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

Shades of Spring Sun #EDEEC1

Tints of Spring Sun #EDEEC1

Color information

#EDEEC1 (or 0xEDEEC1) is unknown color: approx Spring Sun. HEX triplet: ED, EE and C1. RGB value is (237,238,193). Sum of RGB (Red+Green+Blue) = 237+238+193=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 193 (75.78% from 255 or 28.89% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEC1 is #12113E. Grayscale: #E8E8E8. Windows color (decimal): -1184063 or 12709613. OLE color: 12709613.

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

Color convert

RGB237238193-
CMYK0.0000.190.07
HSL61.33º56.96%84.51%-
HSV(B)61.33º18.91%93.33%-
XYZ75.138362.51-
YUV232.57105.67131.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 238 (93.36% from 255) = 35.63%
BLUE value IS 193 (75.78% from 255) = 28.89%
R=35.48%
G=35.63%
B=28.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372381930.0000.190.0761.3356.9684.51
HexEDEEC1001373d3955
Octal355356301002377571125
Binary11101101111011101100000100100111111111011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEC1; }

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

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

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

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

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

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

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

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