Html Css Color HEX #EAEDAC Medium Goldenrod

📋 copy color: '#EAEDAC'

red 234 ◦ green 237 ◦ blue 172

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

Shades of Medium Goldenrod #EAEDAC

Tints of Medium Goldenrod #EAEDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.75%

R = 36.39%
G = 36.86%
B = 26.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EAEDAC (or 0xEAEDAC) is known color: Medium Goldenrod. HEX triplet: EA, ED and AC. RGB value is (234,237,172). Sum of RGB (Red+Green+Blue) = 234+237+172=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 172 (67.58% from 255 or 26.75% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEDAC is #151253. Grayscale: #E4E4E4. Windows color (decimal): -1380948 or 11333098. OLE color: 11333098.

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

Color convert

RGB 234 237 172 -
CMYK 0.01 0 0.27 0.07
HSL 62.77º 0.64% 0.8% -
HSV(B) 62.77º 0.27% 0.93% -
XYZ 71.66 81.04 50.89 -
YUV 228.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 234 237 172 0.01 0 0.27 0.07 62.77 0.64 0.8
Hex EA ED AC 1 0 1B 7 3F 40 50
Octal 352 355 254 1 0 33 7 77 100 120
Binary 11101010 11101101 10101100 1 0 11011 111 111111 1000000 1010000

Color Harmonies of #EAEDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEDAC

Black with #EAEDAC

Text Example


Text Example

White with #EAEDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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