Html Css Color HEX #EAEDB2 Medium Goldenrod

📋 copy color: '#EAEDB2'

red 234 ◦ green 237 ◦ blue 178

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

Shades of Medium Goldenrod #EAEDB2

Tints of Medium Goldenrod #EAEDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.43%

R = 36.06%
G = 36.52%
B = 27.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EAEDB2 (or 0xEAEDB2) is known color: Medium Goldenrod. HEX triplet: EA, ED and B2. RGB value is (234,237,178). Sum of RGB (Red+Green+Blue) = 234+237+178=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 178 (69.92% from 255 or 27.43% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEDB2 is #15124D. Grayscale: #E5E5E5. Windows color (decimal): -1380942 or 11726314. OLE color: 11726314.

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

Color convert

RGB 234 237 178 -
CMYK 0.01 0 0.25 0.07
HSL 63.05º 0.62% 0.81% -
HSV(B) 63.05º 0.25% 0.93% -
XYZ 72.25 81.28 54 -
YUV 229.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 234 237 178 0.01 0 0.25 0.07 63.05 0.62 0.81
Hex EA ED B2 1 0 19 7 3F 3E 51
Octal 352 355 262 1 0 31 7 77 76 121
Binary 11101010 11101101 10110010 1 0 11001 111 111111 111110 1010001

Color Harmonies of #EAEDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEDB2

Black with #EAEDB2

Text Example


Text Example

White with #EAEDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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