Html Css Color HEX #EAEDB1 Medium Goldenrod

📋 copy color: '#EAEDB1'

red 234 ◦ green 237 ◦ blue 177

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

Shades of Medium Goldenrod #EAEDB1

Tints of Medium Goldenrod #EAEDB1

RGB

 RED value IS 234 (91.8% from 255) = 36.11%

 GREEN value IS 237 (92.97% from 255) = 36.57%

 BLUE value IS 177 (69.53% from 255) = 27.31%

R = 36.11%
G = 36.57%
B = 27.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EAEDB1 (or 0xEAEDB1) is known color: Medium Goldenrod. HEX triplet: EA, ED and B1. RGB value is (234,237,177). Sum of RGB (Red+Green+Blue) = 234+237+177=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 177 (69.53% from 255 or 27.31% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEDB1 is #15124E. Grayscale: #E5E5E5. Windows color (decimal): -1380943 or 11660778. OLE color: 11660778.

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

Color convert

RGB 234 237 177 -
CMYK 0.01 0 0.25 0.07
HSL 63º 0.63% 0.81% -
HSV(B) 63º 0.25% 0.93% -
XYZ 72.15 81.24 53.47 -
YUV 229.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 234 237 177 0.01 0 0.25 0.07 63 0.63 0.81
Hex EA ED B1 1 0 19 7 3F 3E 51
Octal 352 355 261 1 0 31 7 77 76 121
Binary 11101010 11101101 10110001 1 0 11001 111 111111 111110 1010001

Color Harmonies of #EAEDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEDB1

Black with #EAEDB1

Text Example


Text Example

White with #EAEDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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