Html Css Color HEX #EDEBAD Medium Goldenrod

📋 copy color: '#EDEBAD'

red 237 ◦ green 235 ◦ blue 173

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

Shades of Medium Goldenrod #EDEBAD

Tints of Medium Goldenrod #EDEBAD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.43%

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

R = 36.74%
G = 36.43%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDEBAD (or 0xEDEBAD) is known color: Medium Goldenrod. HEX triplet: ED, EB and AD. RGB value is (237,235,173). Sum of RGB (Red+Green+Blue) = 237+235+173=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEBAD is #121452. Grayscale: #E4E4E4. Windows color (decimal): -1184851 or 11398125. OLE color: 11398125.

HSL color Cylindrical-coordinate representation of color #EDEBAD: hue angle of 58.12º 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 #EDEBAD is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 235 173 -
CMYK 0 0.01 0.27 0.07
HSL 58.13º 0.64% 0.8% -
HSV(B) 58.13º 0.27% 0.93% -
XYZ 72.18 80.44 51.26 -
YUV 228.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 237 235 173 0 0.01 0.27 0.07 58.13 0.64 0.8
Hex ED EB AD 0 1 1B 7 3A 40 50
Octal 355 353 255 0 1 33 7 72 100 120
Binary 11101101 11101011 10101101 0 1 11011 111 111010 1000000 1010000

Color Harmonies of #EDEBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBAD

Black with #EDEBAD

Text Example


Text Example

White with #EDEBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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