Html Css Color HEX #EDECBF Spring Sun

📋 copy color: '#EDECBF'

red 237 ◦ green 236 ◦ blue 191

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

Shades of Spring Sun #EDECBF

Tints of Spring Sun #EDECBF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.54%

 BLUE value IS 191 (75% from 255) = 28.77%

R = 35.69%
G = 35.54%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDECBF (or 0xEDECBF) is known color: Spring Sun. HEX triplet: ED, EC and BF. RGB value is (237,236,191). Sum of RGB (Red+Green+Blue) = 237+236+191=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 191 (75% from 255 or 28.77% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECBF is #121340. Grayscale: #E7E7E7. Windows color (decimal): -1184577 or 12578029. OLE color: 12578029.

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

Color convert

RGB 237 236 191 -
CMYK 0 0.00 0.19 0.07
HSL 58.7º 0.56% 0.84% -
HSV(B) 58.7º 0.19% 0.93% -
XYZ 74.32 81.76 61.15 -
YUV 231.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 237 236 191 0 0.00 0.19 0.07 58.7 0.56 0.84
Hex ED EC BF 0 0 13 7 3B 38 54
Octal 355 354 277 0 0 23 7 73 70 124
Binary 11101101 11101100 10111111 0 0 10011 111 111011 111000 1010100

Color Harmonies of #EDECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECBF

Black with #EDECBF

Text Example


Text Example

White with #EDECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECBF; }

 p { color: rgb(237,236,191); }

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

background-color css

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

 a { background-color: rgb(237,236,191); }

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

border-color css

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

 span { border-color: rgb(237,236,191); }

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