Html Css Color HEX #EDE9B2 Medium Goldenrod

📋 copy color: '#EDE9B2'

red 237 ◦ green 233 ◦ blue 178

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

Shades of Medium Goldenrod #EDE9B2

Tints of Medium Goldenrod #EDE9B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.47%

R = 36.57%
G = 35.96%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDE9B2 (or 0xEDE9B2) is known color: Medium Goldenrod. HEX triplet: ED, E9 and B2. RGB value is (237,233,178). Sum of RGB (Red+Green+Blue) = 237+233+178=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 178 (69.92% from 255 or 27.47% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE9B2 is #12164D. Grayscale: #E4E4E4. Windows color (decimal): -1185358 or 11725293. OLE color: 11725293.

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

Color convert

RGB 237 233 178 -
CMYK 0 0.02 0.25 0.07
HSL 55.93º 0.62% 0.81% -
HSV(B) 55.93º 0.25% 0.93% -
XYZ 72.1 79.5 53.66 -
YUV 227.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 237 233 178 0 0.02 0.25 0.07 55.93 0.62 0.81
Hex ED E9 B2 0 2 19 7 38 3E 51
Octal 355 351 262 0 2 31 7 70 76 121
Binary 11101101 11101001 10110010 0 10 11001 111 111000 111110 1010001

Color Harmonies of #EDE9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9B2

Black with #EDE9B2

Text Example


Text Example

White with #EDE9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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