Html Css Color HEX #EDEEB0 Medium Goldenrod

📋 copy color: '#EDEEB0'

red 237 ◦ green 238 ◦ blue 176

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

Shades of Medium Goldenrod #EDEEB0

Tints of Medium Goldenrod #EDEEB0

RGB

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

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

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

R = 36.41%
G = 36.56%
B = 27.04%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDEEB0 (or 0xEDEEB0) is known color: Medium Goldenrod. HEX triplet: ED, EE and B0. RGB value is (237,238,176). Sum of RGB (Red+Green+Blue) = 237+238+176=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 176 (69.14% from 255 or 27.04% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEB0 is #12114F. Grayscale: #E6E6E6. Windows color (decimal): -1184080 or 11595501. OLE color: 11595501.

HSL color Cylindrical-coordinate representation of color #EDEEB0: hue angle of 60.97º degrees, saturation: 0.65, 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 #EDEEB0 is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 176 -
CMYK 0.00 0 0.26 0.07
HSL 60.97º 0.65% 0.81% -
HSV(B) 60.97º 0.26% 0.93% -
XYZ 73.34 82.29 53.09 -
YUV 230.63 97.17 132.54 -
System Red Green Blue C M Y K H S L
Decimal 237 238 176 0.00 0 0.26 0.07 60.97 0.65 0.81
Hex ED EE B0 0 0 1A 7 3D 41 51
Octal 355 356 260 0 0 32 7 75 101 121
Binary 11101101 11101110 10110000 0 0 11010 111 111101 1000001 1010001

Color Harmonies of #EDEEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEB0

Black with #EDEEB0

Text Example


Text Example

White with #EDEEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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