Html Css Color HEX #EDEAB4 Medium Goldenrod

📋 copy color: '#EDEAB4'

red 237 ◦ green 234 ◦ blue 180

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

Shades of Medium Goldenrod #EDEAB4

Tints of Medium Goldenrod #EDEAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.65%

R = 36.41%
G = 35.94%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDEAB4 (or 0xEDEAB4) is known color: Medium Goldenrod. HEX triplet: ED, EA and B4. RGB value is (237,234,180). Sum of RGB (Red+Green+Blue) = 237+234+180=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 180 (70.70% from 255 or 27.65% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAB4 is #12154B. Grayscale: #E4E4E4. Windows color (decimal): -1185100 or 11856621. OLE color: 11856621.

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

Color convert

RGB 237 234 180 -
CMYK 0 0.01 0.24 0.07
HSL 56.84º 0.61% 0.82% -
HSV(B) 56.84º 0.24% 0.93% -
XYZ 72.59 80.15 54.82 -
YUV 228.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 237 234 180 0 0.01 0.24 0.07 56.84 0.61 0.82
Hex ED EA B4 0 1 18 7 39 3D 52
Octal 355 352 264 0 1 30 7 71 75 122
Binary 11101101 11101010 10110100 0 1 11000 111 111001 111101 1010010

Color Harmonies of #EDEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAB4

Black with #EDEAB4

Text Example


Text Example

White with #EDEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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