Html Css Color HEX #EDE9B8 Medium Goldenrod

📋 copy color: '#EDE9B8'

red 237 ◦ green 233 ◦ blue 184

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

Shades of Medium Goldenrod #EDE9B8

Tints of Medium Goldenrod #EDE9B8

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.63%

 BLUE value IS 184 (72.27% from 255) = 28.13%

R = 36.24%
G = 35.63%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDE9B8 (or 0xEDE9B8) is known color: Medium Goldenrod. HEX triplet: ED, E9 and B8. RGB value is (237,233,184). Sum of RGB (Red+Green+Blue) = 237+233+184=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 184 (72.27% from 255 or 28.13% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9B8 is #121647. Grayscale: #E4E4E4. Windows color (decimal): -1185352 or 12118509. OLE color: 12118509.

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

Color convert

RGB 237 233 184 -
CMYK 0 0.02 0.22 0.07
HSL 55.47º 0.6% 0.83% -
HSV(B) 55.47º 0.22% 0.93% -
XYZ 72.72 79.74 56.91 -
YUV 228.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 237 233 184 0 0.02 0.22 0.07 55.47 0.6 0.83
Hex ED E9 B8 0 2 16 7 37 3C 53
Octal 355 351 270 0 2 26 7 67 74 123
Binary 11101101 11101001 10111000 0 10 10110 111 110111 111100 1010011

Color Harmonies of #EDE9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9B8

Black with #EDE9B8

Text Example


Text Example

White with #EDE9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9B8; }

 p { color: rgb(237,233,184); }

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

background-color css

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

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

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

border-color css

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

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

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