Html Css Color HEX #EDEEB6 Medium Goldenrod

📋 copy color: '#EDEEB6'

red 237 ◦ green 238 ◦ blue 182

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

Shades of Medium Goldenrod #EDEEB6

Tints of Medium Goldenrod #EDEEB6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.23%

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

R = 36.07%
G = 36.23%
B = 27.7%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDEEB6 (or 0xEDEEB6) is known color: Medium Goldenrod. HEX triplet: ED, EE and B6. RGB value is (237,238,182). Sum of RGB (Red+Green+Blue) = 237+238+182=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 182 (71.48% from 255 or 27.70% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEB6 is #121149. Grayscale: #E7E7E7. Windows color (decimal): -1184074 or 11988717. OLE color: 11988717.

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

Color convert

RGB 237 238 182 -
CMYK 0.00 0 0.24 0.07
HSL 61.07º 0.62% 0.82% -
HSV(B) 61.07º 0.24% 0.93% -
XYZ 73.94 82.53 56.29 -
YUV 231.32 100.17 132.05 -
System Red Green Blue C M Y K H S L
Decimal 237 238 182 0.00 0 0.24 0.07 61.07 0.62 0.82
Hex ED EE B6 0 0 18 7 3D 3E 52
Octal 355 356 266 0 0 30 7 75 76 122
Binary 11101101 11101110 10110110 0 0 11000 111 111101 111110 1010010

Color Harmonies of #EDEEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEB6

Black with #EDEEB6

Text Example


Text Example

White with #EDEEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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