Html Css Color HEX #EDEABB Medium Goldenrod

📋 copy color: '#EDEABB'

red 237 ◦ green 234 ◦ blue 187

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

Shades of Medium Goldenrod #EDEABB

Tints of Medium Goldenrod #EDEABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.56%

 BLUE value IS 187 (73.44% from 255) = 28.42%

R = 36.02%
G = 35.56%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDEABB (or 0xEDEABB) is known color: Medium Goldenrod. HEX triplet: ED, EA and BB. RGB value is (237,234,187). Sum of RGB (Red+Green+Blue) = 237+234+187=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 187 (73.44% from 255 or 28.42% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEABB is #121544. Grayscale: #E5E5E5. Windows color (decimal): -1185093 or 12315373. OLE color: 12315373.

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

Color convert

RGB 237 234 187 -
CMYK 0 0.01 0.21 0.07
HSL 56.4º 0.58% 0.83% -
HSV(B) 56.4º 0.21% 0.93% -
XYZ 73.32 80.44 58.68 -
YUV 229.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 237 234 187 0 0.01 0.21 0.07 56.4 0.58 0.83
Hex ED EA BB 0 1 15 7 38 3A 53
Octal 355 352 273 0 1 25 7 70 72 123
Binary 11101101 11101010 10111011 0 1 10101 111 111000 111010 1010011

Color Harmonies of #EDEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEABB

Black with #EDEABB

Text Example


Text Example

White with #EDEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEABB; }

 p { color: rgb(237,234,187); }

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

background-color css

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

 a { background-color: rgb(237,234,187); }

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

border-color css

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

 span { border-color: rgb(237,234,187); }

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