Html Css Color HEX #EAECAA Medium Goldenrod

📋 copy color: '#EAECAA'

red 234 ◦ green 236 ◦ blue 170

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

Shades of Medium Goldenrod #EAECAA

Tints of Medium Goldenrod #EAECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.88%

 BLUE value IS 170 (66.8% from 255) = 26.56%

R = 36.56%
G = 36.88%
B = 26.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EAECAA (or 0xEAECAA) is known color: Medium Goldenrod. HEX triplet: EA, EC and AA. RGB value is (234,236,170). Sum of RGB (Red+Green+Blue) = 234+236+170=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAECAA is #151355. Grayscale: #E4E4E4. Windows color (decimal): -1381206 or 11201770. OLE color: 11201770.

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

Color convert

RGB 234 236 170 -
CMYK 0.01 0 0.28 0.07
HSL 61.82º 0.63% 0.8% -
HSV(B) 61.82º 0.28% 0.93% -
XYZ 71.18 80.39 49.79 -
YUV 227.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 234 236 170 0.01 0 0.28 0.07 61.82 0.63 0.8
Hex EA EC AA 1 0 1C 7 3E 3F 50
Octal 352 354 252 1 0 34 7 76 77 120
Binary 11101010 11101100 10101010 1 0 11100 111 111110 111111 1010000

Color Harmonies of #EAECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAECAA

Black with #EAECAA

Text Example


Text Example

White with #EAECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAECAA; }

 p { color: rgb(234,236,170); }

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

background-color css

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

 a { background-color: rgb(234,236,170); }

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

border-color css

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

 span { border-color: rgb(234,236,170); }

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