Html Css Color HEX #EDEFC6 Spring Sun

📋 copy color: '#EDEFC6'

red 237 ◦ green 239 ◦ blue 198

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

Shades of Spring Sun #EDEFC6

Tints of Spring Sun #EDEFC6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.46%

 BLUE value IS 198 (77.73% from 255) = 29.38%

R = 35.16%
G = 35.46%
B = 29.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EDEFC6 (or 0xEDEFC6) is known color: Spring Sun. HEX triplet: ED, EF and C6. RGB value is (237,239,198). Sum of RGB (Red+Green+Blue) = 237+239+198=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 198 (77.73% from 255 or 29.38% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFC6 is #121039. Grayscale: #E9E9E9. Windows color (decimal): -1183802 or 13037549. OLE color: 13037549.

HSL color Cylindrical-coordinate representation of color #EDEFC6: hue angle of 62.93º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDEFC6 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 198 -
CMYK 0.01 0 0.17 0.06
HSL 62.93º 0.56% 0.86% -
HSV(B) 62.93º 0.17% 0.94% -
XYZ 75.98 83.81 65.6 -
YUV 233.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 237 239 198 0.01 0 0.17 0.06 62.93 0.56 0.86
Hex ED EF C6 1 0 11 6 3F 38 56
Octal 355 357 306 1 0 21 6 77 70 126
Binary 11101101 11101111 11000110 1 0 10001 110 111111 111000 1010110

Color Harmonies of #EDEFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFC6

Black with #EDEFC6

Text Example


Text Example

White with #EDEFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFC6; }

 p { color: rgb(237,239,198); }

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

background-color css

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

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

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

border-color css

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

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

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