#EDEFCB

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

Shades of Spring Sun #EDEFCB

Tints of Spring Sun #EDEFCB

Color information

#EDEFCB (or 0xEDEFCB) is unknown color: approx Spring Sun. HEX triplet: ED, EF and CB. RGB value is (237,239,203). Sum of RGB (Red+Green+Blue) = 237+239+203=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 203 (79.69% from 255 or 29.90% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFCB is #121034. Grayscale: #EAEAEA. Windows color (decimal): -1183797 or 13365229. OLE color: 13365229.

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

Color convert

RGB237239203-
CMYK0.0100.150.06
HSL63.33º52.94%86.67%-
HSV(B)63.33º15.06%93.73%-
XYZ76.5784.0568.69-
YUV234.3110.34129.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 203 (79.69% from 255) = 29.90%
R=34.90%
G=35.20%
B=29.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372392030.0100.150.0663.3352.9486.67
HexEDEFCB10F63f3557
Octal355357313101767765127
Binary1110110111101111110010111011111101111111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFCB; }

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

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

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

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

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

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

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

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