Html Css Color HEX #EDEDB0 Medium Goldenrod

📋 copy color: '#EDEDB0'

red 237 ◦ green 237 ◦ blue 176

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

Shades of Medium Goldenrod #EDEDB0

Tints of Medium Goldenrod #EDEDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.08%

R = 36.46%
G = 36.46%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDEDB0 (or 0xEDEDB0) is known color: Medium Goldenrod. HEX triplet: ED, ED and B0. RGB value is (237,237,176). Sum of RGB (Red+Green+Blue) = 237+237+176=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 176 (69.14% from 255 or 27.08% from 650); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDB0 is #12124F. Grayscale: #E6E6E6. Windows color (decimal): -1184336 or 11595245. OLE color: 11595245.

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

Color convert

RGB 237 237 176 -
CMYK 0 0 0.26 0.07
HSL 60º 0.63% 0.81% -
HSV(B) 60º 0.26% 0.93% -
XYZ 73.05 81.71 53 -
YUV 230.05 97.5 132.96 -
System Red Green Blue C M Y K H S L
Decimal 237 237 176 0 0 0.26 0.07 60 0.63 0.81
Hex ED ED B0 0 0 1A 7 3C 3F 51
Octal 355 355 260 0 0 32 7 74 77 121
Binary 11101101 11101101 10110000 0 0 11010 111 111100 111111 1010001

Color Harmonies of #EDEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDB0

Black with #EDEDB0

Text Example


Text Example

White with #EDEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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