Html Css Color HEX #EDEDCF Spring Sun

📋 copy color: '#EDEDCF'

red 237 ◦ green 237 ◦ blue 207

#EDEDCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Sun #EDEDCF

Tints of Spring Sun #EDEDCF

RGB

 RED value IS 237 (92.97% from 255) = 34.8%

 GREEN value IS 237 (92.97% from 255) = 34.8%

 BLUE value IS 207 (81.25% from 255) = 30.4%

R = 34.8%
G = 34.8%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDEDCF (or 0xEDEDCF) is known color: Spring Sun. HEX triplet: ED, ED and CF. RGB value is (237,237,207). Sum of RGB (Red+Green+Blue) = 237+237+207=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 207 (81.25% from 255 or 30.40% from 681); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDCF is #121230. Grayscale: #E9E9E9. Windows color (decimal): -1184305 or 13626861. OLE color: 13626861.

HSL color Cylindrical-coordinate representation of color #EDEDCF: hue angle of 60º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDEDCF is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 207 -
CMYK 0 0 0.13 0.07
HSL 60º 0.45% 0.87% -
HSV(B) 60º 0.13% 0.93% -
XYZ 76.47 83.08 71.04 -
YUV 233.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 237 237 207 0 0 0.13 0.07 60 0.45 0.87
Hex ED ED CF 0 0 D 7 3C 2D 57
Octal 355 355 317 0 0 15 7 74 55 127
Binary 11101101 11101101 11001111 0 0 1101 111 111100 101101 1010111

Color Harmonies of #EDEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDCF

Black with #EDEDCF

Text Example


Text Example

White with #EDEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDCF; }

 p { color: rgb(237,237,207); }

 H1.HeaderClassName
 {
   color: #EDEDCF;
 }
 .AnyTagClassName
 {
   color: #EDEDCF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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