Html Css Color HEX #EDEEC2 Spring Sun

📋 copy color: '#EDEEC2'

red 237 ◦ green 238 ◦ blue 194

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

Shades of Spring Sun #EDEEC2

Tints of Spring Sun #EDEEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29%

R = 35.43%
G = 35.58%
B = 29%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EDEEC2 (or 0xEDEEC2) is known color: Spring Sun. HEX triplet: ED, EE and C2. RGB value is (237,238,194). Sum of RGB (Red+Green+Blue) = 237+238+194=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 194 (76.17% from 255 or 29.00% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEC2 is #12113D. Grayscale: #E8E8E8. Windows color (decimal): -1184062 or 12775149. OLE color: 12775149.

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

Color convert

RGB 237 238 194 -
CMYK 0.00 0 0.18 0.07
HSL 61.36º 0.56% 0.85% -
HSV(B) 61.36º 0.18% 0.93% -
XYZ 75.24 83.05 63.1 -
YUV 232.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 237 238 194 0.00 0 0.18 0.07 61.36 0.56 0.85
Hex ED EE C2 0 0 12 7 3D 38 55
Octal 355 356 302 0 0 22 7 75 70 125
Binary 11101101 11101110 11000010 0 0 10010 111 111101 111000 1010101

Color Harmonies of #EDEEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEC2

Black with #EDEEC2

Text Example


Text Example

White with #EDEEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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