Html Css Color HEX #EDEECA Spring Sun

📋 copy color: '#EDEECA'

red 237 ◦ green 238 ◦ blue 202

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

Shades of Spring Sun #EDEECA

Tints of Spring Sun #EDEECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.84%

R = 35.01%
G = 35.16%
B = 29.84%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDEECA (or 0xEDEECA) is known color: Spring Sun. HEX triplet: ED, EE and CA. RGB value is (237,238,202). Sum of RGB (Red+Green+Blue) = 237+238+202=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEECA is #121135. Grayscale: #E9E9E9. Windows color (decimal): -1184054 or 13299437. OLE color: 13299437.

HSL color Cylindrical-coordinate representation of color #EDEECA: hue angle of 61.67º degrees, saturation: 0.51, 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 #EDEECA is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 202 -
CMYK 0.00 0 0.15 0.07
HSL 61.67º 0.51% 0.86% -
HSV(B) 61.67º 0.15% 0.93% -
XYZ 76.16 83.42 67.96 -
YUV 233.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 237 238 202 0.00 0 0.15 0.07 61.67 0.51 0.86
Hex ED EE CA 0 0 F 7 3E 33 56
Octal 355 356 312 0 0 17 7 76 63 126
Binary 11101101 11101110 11001010 0 0 1111 111 111110 110011 1010110

Color Harmonies of #EDEECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEECA

Black with #EDEECA

Text Example


Text Example

White with #EDEECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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