Html Css Color HEX #EDEDC1 Spring Sun

📋 copy color: '#EDEDC1'

red 237 ◦ green 237 ◦ blue 193

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

Shades of Spring Sun #EDEDC1

Tints of Spring Sun #EDEDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 28.94%

R = 35.53%
G = 35.53%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDEDC1 (or 0xEDEDC1) is known color: Spring Sun. HEX triplet: ED, ED and C1. RGB value is (237,237,193). Sum of RGB (Red+Green+Blue) = 237+237+193=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 193 (75.78% from 255 or 28.94% from 667); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDC1 is #12123E. Grayscale: #E8E8E8. Windows color (decimal): -1184319 or 12709357. OLE color: 12709357.

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

Color convert

RGB 237 237 193 -
CMYK 0 0 0.19 0.07
HSL 60º 0.55% 0.84% -
HSV(B) 60º 0.19% 0.93% -
XYZ 74.83 82.42 62.42 -
YUV 231.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 237 237 193 0 0 0.19 0.07 60 0.55 0.84
Hex ED ED C1 0 0 13 7 3C 37 54
Octal 355 355 301 0 0 23 7 74 67 124
Binary 11101101 11101101 11000001 0 0 10011 111 111100 110111 1010100

Color Harmonies of #EDEDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDC1

Black with #EDEDC1

Text Example


Text Example

White with #EDEDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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