Html Css Color HEX #EDEAB3 Medium Goldenrod

📋 copy color: '#EDEAB3'

red 237 ◦ green 234 ◦ blue 179

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

Shades of Medium Goldenrod #EDEAB3

Tints of Medium Goldenrod #EDEAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.54%

R = 36.46%
G = 36%
B = 27.54%

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

#EDEAB3 (or 0xEDEAB3) is known color: Medium Goldenrod. HEX triplet: ED, EA and B3. RGB value is (237,234,179). Sum of RGB (Red+Green+Blue) = 237+234+179=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 179 (70.31% from 255 or 27.54% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAB3 is #12154C. Grayscale: #E4E4E4. Windows color (decimal): -1185101 or 11791085. OLE color: 11791085.

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

Color convert

RGB 237 234 179 -
CMYK 0 0.01 0.24 0.07
HSL 56.9º 0.62% 0.82% -
HSV(B) 56.9º 0.24% 0.93% -
XYZ 72.48 80.1 54.29 -
YUV 228.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 237 234 179 0 0.01 0.24 0.07 56.9 0.62 0.82
Hex ED EA B3 0 1 18 7 39 3E 52
Octal 355 352 263 0 1 30 7 71 76 122
Binary 11101101 11101010 10110011 0 1 11000 111 111001 111110 1010010

Color Harmonies of #EDEAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAB3

Black with #EDEAB3

Text Example


Text Example

White with #EDEAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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