Html Css Color HEX #EDEED0 Spring Sun

📋 copy color: '#EDEED0'

red 237 ◦ green 238 ◦ blue 208

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

Shades of Spring Sun #EDEED0

Tints of Spring Sun #EDEED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 30.45%

R = 34.7%
G = 34.85%
B = 30.45%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDEED0 (or 0xEDEED0) is known color: Spring Sun. HEX triplet: ED, EE and D0. RGB value is (237,238,208). Sum of RGB (Red+Green+Blue) = 237+238+208=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 208 (81.64% from 255 or 30.45% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEED0 is #12112F. Grayscale: #EAEAEA. Windows color (decimal): -1184048 or 13692653. OLE color: 13692653.

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

Color convert

RGB 237 238 208 -
CMYK 0.00 0 0.13 0.07
HSL 62º 0.47% 0.87% -
HSV(B) 62º 0.13% 0.93% -
XYZ 76.88 83.71 71.78 -
YUV 234.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 237 238 208 0.00 0 0.13 0.07 62 0.47 0.87
Hex ED EE D0 0 0 D 7 3E 2F 57
Octal 355 356 320 0 0 15 7 76 57 127
Binary 11101101 11101110 11010000 0 0 1101 111 111110 101111 1010111

Color Harmonies of #EDEED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEED0

Black with #EDEED0

Text Example


Text Example

White with #EDEED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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