Html Css Color HEX #EDEEC1 Spring Sun

📋 copy color: '#EDEEC1'

red 237 ◦ green 238 ◦ blue 193

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

Shades of Spring Sun #EDEEC1

Tints of Spring Sun #EDEEC1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.63%

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

R = 35.48%
G = 35.63%
B = 28.89%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDEEC1 (or 0xEDEEC1) is known color: Spring Sun. HEX triplet: ED, EE and C1. RGB value is (237,238,193). Sum of RGB (Red+Green+Blue) = 237+238+193=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 193 (75.78% from 255 or 28.89% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEC1 is #12113E. Grayscale: #E8E8E8. Windows color (decimal): -1184063 or 12709613. OLE color: 12709613.

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

Color convert

RGB 237 238 193 -
CMYK 0.00 0 0.19 0.07
HSL 61.33º 0.57% 0.85% -
HSV(B) 61.33º 0.19% 0.93% -
XYZ 75.13 83 62.51 -
YUV 232.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 237 238 193 0.00 0 0.19 0.07 61.33 0.57 0.85
Hex ED EE C1 0 0 13 7 3D 39 55
Octal 355 356 301 0 0 23 7 75 71 125
Binary 11101101 11101110 11000001 0 0 10011 111 111101 111001 1010101

Color Harmonies of #EDEEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEC1

Black with #EDEEC1

Text Example


Text Example

White with #EDEEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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