Html Css Color HEX #EDEABA Medium Goldenrod

📋 copy color: '#EDEABA'

red 237 ◦ green 234 ◦ blue 186

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

Shades of Medium Goldenrod #EDEABA

Tints of Medium Goldenrod #EDEABA

RGB

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

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

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

R = 36.07%
G = 35.62%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDEABA (or 0xEDEABA) is known color: Medium Goldenrod. HEX triplet: ED, EA and BA. RGB value is (237,234,186). Sum of RGB (Red+Green+Blue) = 237+234+186=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEABA is #121545. Grayscale: #E5E5E5. Windows color (decimal): -1185094 or 12249837. OLE color: 12249837.

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

Color convert

RGB 237 234 186 -
CMYK 0 0.01 0.22 0.07
HSL 56.47º 0.59% 0.83% -
HSV(B) 56.47º 0.22% 0.93% -
XYZ 73.21 80.4 58.11 -
YUV 229.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 237 234 186 0 0.01 0.22 0.07 56.47 0.59 0.83
Hex ED EA BA 0 1 16 7 38 3B 53
Octal 355 352 272 0 1 26 7 70 73 123
Binary 11101101 11101010 10111010 0 1 10110 111 111000 111011 1010011

Color Harmonies of #EDEABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEABA

Black with #EDEABA

Text Example


Text Example

White with #EDEABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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