Html Css Color HEX #EDE8BA Medium Goldenrod

📋 copy color: '#EDE8BA'

red 237 ◦ green 232 ◦ blue 186

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

Shades of Medium Goldenrod #EDE8BA

Tints of Medium Goldenrod #EDE8BA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.42%

 BLUE value IS 186 (73.05% from 255) = 28.4%

R = 36.18%
G = 35.42%
B = 28.4%

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

#EDE8BA (or 0xEDE8BA) is known color: Medium Goldenrod. HEX triplet: ED, E8 and BA. RGB value is (237,232,186). Sum of RGB (Red+Green+Blue) = 237+232+186=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8BA is #121745. Grayscale: #E4E4E4. Windows color (decimal): -1185606 or 12249325. OLE color: 12249325.

HSL color Cylindrical-coordinate representation of color #EDE8BA: hue angle of 54.12º degrees, saturation: 0.59, 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 #EDE8BA is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 232 186 -
CMYK 0 0.02 0.22 0.07
HSL 54.12º 0.59% 0.83% -
HSV(B) 54.12º 0.22% 0.93% -
XYZ 72.64 79.26 57.92 -
YUV 228.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 237 232 186 0 0.02 0.22 0.07 54.12 0.59 0.83
Hex ED E8 BA 0 2 16 7 36 3B 53
Octal 355 350 272 0 2 26 7 66 73 123
Binary 11101101 11101000 10111010 0 10 10110 111 110110 111011 1010011

Color Harmonies of #EDE8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE8BA

Black with #EDE8BA

Text Example


Text Example

White with #EDE8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE8BA; }

 p { color: rgb(237,232,186); }

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

background-color css

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

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

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

border-color css

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

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

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