#EDF0C1

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

Shades of Spring Sun #EDF0C1

Tints of Spring Sun #EDF0C1

Color information

#EDF0C1 (or 0xEDF0C1) is unknown color: approx Spring Sun. HEX triplet: ED, F0 and C1. RGB value is (237,240,193). Sum of RGB (Red+Green+Blue) = 237+240+193=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 193 (75.78% from 255 or 28.81% from 670); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0C1 is #120F3E. Grayscale: #E9E9E9. Windows color (decimal): -1183551 or 12710125. OLE color: 12710125.

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

Color convert

RGB237240193-
CMYK0.0100.200.06
HSL63.83º61.04%84.9%-
HSV(B)63.83º19.58%94.12%-
XYZ75.7184.1762.71-
YUV233.74105.01130.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 240 (94.14% from 255) = 35.82%
BLUE value IS 193 (75.78% from 255) = 28.81%
R=35.37%
G=35.82%
B=28.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401930.0100.200.0663.8361.0484.9
HexEDF0C110146403d55
Octal3553603011024610075125
Binary111011011111000011000001101010011010000001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0C1; }

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

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

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

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

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

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

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

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