Html Css Color HEX #EAEDB5 Medium Goldenrod

📋 copy color: '#EAEDB5'

red 234 ◦ green 237 ◦ blue 181

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

Shades of Medium Goldenrod #EAEDB5

Tints of Medium Goldenrod #EAEDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 27.76%

R = 35.89%
G = 36.35%
B = 27.76%

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

#EAEDB5 (or 0xEAEDB5) is known color: Medium Goldenrod. HEX triplet: EA, ED and B5. RGB value is (234,237,181). Sum of RGB (Red+Green+Blue) = 234+237+181=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 181 (71.09% from 255 or 27.76% from 652); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDB5 is #15124A. Grayscale: #E5E5E5. Windows color (decimal): -1380939 or 11922922. OLE color: 11922922.

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

Color convert

RGB 234 237 181 -
CMYK 0.01 0 0.24 0.07
HSL 63.21º 0.61% 0.82% -
HSV(B) 63.21º 0.24% 0.93% -
XYZ 72.56 81.4 55.6 -
YUV 229.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 234 237 181 0.01 0 0.24 0.07 63.21 0.61 0.82
Hex EA ED B5 1 0 18 7 3F 3D 52
Octal 352 355 265 1 0 30 7 77 75 122
Binary 11101010 11101101 10110101 1 0 11000 111 111111 111101 1010010

Color Harmonies of #EAEDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEDB5

Black with #EAEDB5

Text Example


Text Example

White with #EAEDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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