Html Css Color HEX #EDEDBE Spring Sun

📋 copy color: '#EDEDBE'

red 237 ◦ green 237 ◦ blue 190

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

Shades of Spring Sun #EDEDBE

Tints of Spring Sun #EDEDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.61%

R = 35.69%
G = 35.69%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDEDBE (or 0xEDEDBE) is known color: Spring Sun. HEX triplet: ED, ED and BE. RGB value is (237,237,190). Sum of RGB (Red+Green+Blue) = 237+237+190=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 190 (74.61% from 255 or 28.61% from 664); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDBE is #121241. Grayscale: #E7E7E7. Windows color (decimal): -1184322 or 12512749. OLE color: 12512749.

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

Color convert

RGB 237 237 190 -
CMYK 0 0 0.20 0.07
HSL 60º 0.57% 0.84% -
HSV(B) 60º 0.2% 0.93% -
XYZ 74.5 82.29 60.67 -
YUV 231.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 237 237 190 0 0 0.20 0.07 60 0.57 0.84
Hex ED ED BE 0 0 14 7 3C 39 54
Octal 355 355 276 0 0 24 7 74 71 124
Binary 11101101 11101101 10111110 0 0 10100 111 111100 111001 1010100

Color Harmonies of #EDEDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDBE

Black with #EDEDBE

Text Example


Text Example

White with #EDEDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDBE; }

 p { color: rgb(237,237,190); }

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

background-color css

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

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

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

border-color css

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

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

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