Html Css Color HEX #EDECAD Medium Goldenrod

📋 copy color: '#EDECAD'

red 237 ◦ green 236 ◦ blue 173

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

Shades of Medium Goldenrod #EDECAD

Tints of Medium Goldenrod #EDECAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.78%

R = 36.69%
G = 36.53%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDECAD (or 0xEDECAD) is known color: Medium Goldenrod. HEX triplet: ED, EC and AD. RGB value is (237,236,173). Sum of RGB (Red+Green+Blue) = 237+236+173=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 173 (67.97% from 255 or 26.78% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDECAD is #121352. Grayscale: #E5E5E5. Windows color (decimal): -1184595 or 11398381. OLE color: 11398381.

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

Color convert

RGB 237 236 173 -
CMYK 0 0.00 0.27 0.07
HSL 59.06º 0.64% 0.8% -
HSV(B) 59.06º 0.27% 0.93% -
XYZ 72.46 81.01 51.35 -
YUV 229.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 237 236 173 0 0.00 0.27 0.07 59.06 0.64 0.8
Hex ED EC AD 0 0 1B 7 3B 40 50
Octal 355 354 255 0 0 33 7 73 100 120
Binary 11101101 11101100 10101101 0 0 11011 111 111011 1000000 1010000

Color Harmonies of #EDECAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECAD

Black with #EDECAD

Text Example


Text Example

White with #EDECAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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