Html Css Color HEX #EAEDB4 Medium Goldenrod

📋 copy color: '#EAEDB4'

red 234 ◦ green 237 ◦ blue 180

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

Shades of Medium Goldenrod #EAEDB4

Tints of Medium Goldenrod #EAEDB4

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 234 237 180 -
CMYK 0.01 0 0.24 0.07
HSL 63.16º 0.61% 0.82% -
HSV(B) 63.16º 0.24% 0.93% -
XYZ 72.45 81.36 55.06 -
YUV 229.61 100.01 131.13 -
System Red Green Blue C M Y K H S L
Decimal 234 237 180 0.01 0 0.24 0.07 63.16 0.61 0.82
Hex EA ED B4 1 0 18 7 3F 3D 52
Octal 352 355 264 1 0 30 7 77 75 122
Binary 11101010 11101101 10110100 1 0 11000 111 111111 111101 1010010

Color Harmonies of #EAEDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEDB4

Black with #EAEDB4

Text Example


Text Example

White with #EAEDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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