Html Css Color HEX #EDECBA Medium Goldenrod

📋 copy color: '#EDECBA'

red 237 ◦ green 236 ◦ blue 186

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

Shades of Medium Goldenrod #EDECBA

Tints of Medium Goldenrod #EDECBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.22%

R = 35.96%
G = 35.81%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDECBA (or 0xEDECBA) is known color: Medium Goldenrod. HEX triplet: ED, EC and BA. RGB value is (237,236,186). Sum of RGB (Red+Green+Blue) = 237+236+186=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECBA is #121345. Grayscale: #E6E6E6. Windows color (decimal): -1184582 or 12250349. OLE color: 12250349.

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

Color convert

RGB 237 236 186 -
CMYK 0 0.00 0.22 0.07
HSL 58.82º 0.59% 0.83% -
HSV(B) 58.82º 0.22% 0.93% -
XYZ 73.78 81.54 58.3 -
YUV 230.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 237 236 186 0 0.00 0.22 0.07 58.82 0.59 0.83
Hex ED EC BA 0 0 16 7 3B 3B 53
Octal 355 354 272 0 0 26 7 73 73 123
Binary 11101101 11101100 10111010 0 0 10110 111 111011 111011 1010011

Color Harmonies of #EDECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECBA

Black with #EDECBA

Text Example


Text Example

White with #EDECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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