Html Css Color HEX #EAEDA2 Medium Goldenrod

📋 copy color: '#EAEDA2'

red 234 ◦ green 237 ◦ blue 162

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

Shades of Medium Goldenrod #EAEDA2

Tints of Medium Goldenrod #EAEDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.59%

R = 36.97%
G = 37.44%
B = 25.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EAEDA2 (or 0xEAEDA2) is known color: Medium Goldenrod. HEX triplet: EA, ED and A2. RGB value is (234,237,162). Sum of RGB (Red+Green+Blue) = 234+237+162=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 162 (63.67% from 255 or 25.59% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEDA2 is #15125D. Grayscale: #E3E3E3. Windows color (decimal): -1380958 or 10677738. OLE color: 10677738.

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

Color convert

RGB 234 237 162 -
CMYK 0.01 0 0.32 0.07
HSL 62.4º 0.68% 0.78% -
HSV(B) 62.4º 0.32% 0.93% -
XYZ 70.74 80.67 46.02 -
YUV 227.55 91.01 132.6 -
System Red Green Blue C M Y K H S L
Decimal 234 237 162 0.01 0 0.32 0.07 62.4 0.68 0.78
Hex EA ED A2 1 0 20 7 3E 44 4E
Octal 352 355 242 1 0 40 7 76 104 116
Binary 11101010 11101101 10100010 1 0 100000 111 111110 1000100 1001110

Color Harmonies of #EAEDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEDA2

Black with #EAEDA2

Text Example


Text Example

White with #EAEDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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