Html Css Color HEX #EDEAB6 Medium Goldenrod

📋 copy color: '#EDEAB6'

red 237 ◦ green 234 ◦ blue 182

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

Shades of Medium Goldenrod #EDEAB6

Tints of Medium Goldenrod #EDEAB6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.83%

 BLUE value IS 182 (71.48% from 255) = 27.87%

R = 36.29%
G = 35.83%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EDEAB6 (or 0xEDEAB6) is known color: Medium Goldenrod. HEX triplet: ED, EA and B6. RGB value is (237,234,182). Sum of RGB (Red+Green+Blue) = 237+234+182=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 182 (71.48% from 255 or 27.87% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAB6 is #121549. Grayscale: #E5E5E5. Windows color (decimal): -1185098 or 11987693. OLE color: 11987693.

HSL color Cylindrical-coordinate representation of color #EDEAB6: hue angle of 56.73º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDEAB6 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 234 182 -
CMYK 0 0.01 0.23 0.07
HSL 56.73º 0.6% 0.82% -
HSV(B) 56.73º 0.23% 0.93% -
XYZ 72.79 80.23 55.9 -
YUV 228.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 237 234 182 0 0.01 0.23 0.07 56.73 0.6 0.82
Hex ED EA B6 0 1 17 7 39 3C 52
Octal 355 352 266 0 1 27 7 71 74 122
Binary 11101101 11101010 10110110 0 1 10111 111 111001 111100 1010010

Color Harmonies of #EDEAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAB6

Black with #EDEAB6

Text Example


Text Example

White with #EDEAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAB6; }

 p { color: rgb(237,234,182); }

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

background-color css

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

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

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

border-color css

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

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

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