Html Css Color HEX #EDEDC6 Spring Sun

📋 copy color: '#EDEDC6'

red 237 ◦ green 237 ◦ blue 198

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

Shades of Spring Sun #EDEDC6

Tints of Spring Sun #EDEDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 29.46%

R = 35.27%
G = 35.27%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDEDC6 (or 0xEDEDC6) is known color: Spring Sun. HEX triplet: ED, ED and C6. RGB value is (237,237,198). Sum of RGB (Red+Green+Blue) = 237+237+198=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 198 (77.73% from 255 or 29.46% from 672); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDC6 is #121239. Grayscale: #E8E8E8. Windows color (decimal): -1184314 or 13037037. OLE color: 13037037.

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

Color convert

RGB 237 237 198 -
CMYK 0 0 0.16 0.07
HSL 60º 0.52% 0.85% -
HSV(B) 60º 0.16% 0.93% -
XYZ 75.4 82.65 65.41 -
YUV 232.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 237 237 198 0 0 0.16 0.07 60 0.52 0.85
Hex ED ED C6 0 0 10 7 3C 34 55
Octal 355 355 306 0 0 20 7 74 64 125
Binary 11101101 11101101 11000110 0 0 10000 111 111100 110100 1010101

Color Harmonies of #EDEDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDC6

Black with #EDEDC6

Text Example


Text Example

White with #EDEDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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