Html Css Color HEX #EDEAB2 Medium Goldenrod

📋 copy color: '#EDEAB2'

red 237 ◦ green 234 ◦ blue 178

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

Shades of Medium Goldenrod #EDEAB2

Tints of Medium Goldenrod #EDEAB2

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 237 234 178 -
CMYK 0 0.01 0.25 0.07
HSL 56.95º 0.62% 0.81% -
HSV(B) 56.95º 0.25% 0.93% -
XYZ 72.38 80.06 53.76 -
YUV 228.51 99.49 134.05 -
System Red Green Blue C M Y K H S L
Decimal 237 234 178 0 0.01 0.25 0.07 56.95 0.62 0.81
Hex ED EA B2 0 1 19 7 39 3E 51
Octal 355 352 262 0 1 31 7 71 76 121
Binary 11101101 11101010 10110010 0 1 11001 111 111001 111110 1010001

Color Harmonies of #EDEAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAB2

Black with #EDEAB2

Text Example


Text Example

White with #EDEAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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