Html Css Color HEX #EDEDC9 Spring Sun

📋 copy color: '#EDEDC9'

red 237 ◦ green 237 ◦ blue 201

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

Shades of Spring Sun #EDEDC9

Tints of Spring Sun #EDEDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 29.78%

R = 35.11%
G = 35.11%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDEDC9 (or 0xEDEDC9) is known color: Spring Sun. HEX triplet: ED, ED and C9. RGB value is (237,237,201). Sum of RGB (Red+Green+Blue) = 237+237+201=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 201 (78.91% from 255 or 29.78% from 675); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDC9 is #121236. Grayscale: #E9E9E9. Windows color (decimal): -1184311 or 13233645. OLE color: 13233645.

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

Color convert

RGB 237 237 201 -
CMYK 0 0 0.15 0.07
HSL 60º 0.5% 0.86% -
HSV(B) 60º 0.15% 0.93% -
XYZ 75.75 82.79 67.25 -
YUV 232.9 110 130.93 -
System Red Green Blue C M Y K H S L
Decimal 237 237 201 0 0 0.15 0.07 60 0.5 0.86
Hex ED ED C9 0 0 F 7 3C 32 56
Octal 355 355 311 0 0 17 7 74 62 126
Binary 11101101 11101101 11001001 0 0 1111 111 111100 110010 1010110

Color Harmonies of #EDEDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDC9

Black with #EDEDC9

Text Example


Text Example

White with #EDEDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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