Html Css Color HEX #EDEEA8 Medium Goldenrod

📋 copy color: '#EDEEA8'

red 237 ◦ green 238 ◦ blue 168

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

Shades of Medium Goldenrod #EDEEA8

Tints of Medium Goldenrod #EDEEA8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.01%

 BLUE value IS 168 (66.02% from 255) = 26.13%

R = 36.86%
G = 37.01%
B = 26.13%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EDEEA8 (or 0xEDEEA8) is known color: Medium Goldenrod. HEX triplet: ED, EE and A8. RGB value is (237,238,168). Sum of RGB (Red+Green+Blue) = 237+238+168=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 168 (66.02% from 255 or 26.13% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEA8 is #121157. Grayscale: #E5E5E5. Windows color (decimal): -1184088 or 11071213. OLE color: 11071213.

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

Color convert

RGB 237 238 168 -
CMYK 0.00 0 0.29 0.07
HSL 60.86º 0.67% 0.8% -
HSV(B) 60.86º 0.29% 0.93% -
XYZ 72.57 81.98 49.04 -
YUV 229.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 237 238 168 0.00 0 0.29 0.07 60.86 0.67 0.8
Hex ED EE A8 0 0 1D 7 3D 43 50
Octal 355 356 250 0 0 35 7 75 103 120
Binary 11101101 11101110 10101000 0 0 11101 111 111101 1000011 1010000

Color Harmonies of #EDEEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEA8

Black with #EDEEA8

Text Example


Text Example

White with #EDEEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEA8; }

 p { color: rgb(237,238,168); }

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

background-color css

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

 a { background-color: rgb(237,238,168); }

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

border-color css

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

 span { border-color: rgb(237,238,168); }

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