Html Css Color HEX #EDEDA5 Medium Goldenrod

📋 copy color: '#EDEDA5'

red 237 ◦ green 237 ◦ blue 165

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

Shades of Medium Goldenrod #EDEDA5

Tints of Medium Goldenrod #EDEDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.82%

R = 37.09%
G = 37.09%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDEDA5 (or 0xEDEDA5) is known color: Medium Goldenrod. HEX triplet: ED, ED and A5. RGB value is (237,237,165). Sum of RGB (Red+Green+Blue) = 237+237+165=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 165 (64.84% from 255 or 25.82% from 639); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDA5 is #12125A. Grayscale: #E5E5E5. Windows color (decimal): -1184347 or 10874349. OLE color: 10874349.

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

Color convert

RGB 237 237 165 -
CMYK 0 0 0.30 0.07
HSL 60º 0.67% 0.79% -
HSV(B) 60º 0.3% 0.93% -
XYZ 72 81.29 47.49 -
YUV 228.79 92 133.85 -
System Red Green Blue C M Y K H S L
Decimal 237 237 165 0 0 0.30 0.07 60 0.67 0.79
Hex ED ED A5 0 0 1E 7 3C 43 4F
Octal 355 355 245 0 0 36 7 74 103 117
Binary 11101101 11101101 10100101 0 0 11110 111 111100 1000011 1001111

Color Harmonies of #EDEDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDA5

Black with #EDEDA5

Text Example


Text Example

White with #EDEDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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