Html Css Color HEX #EFEDAD Medium Goldenrod

📋 copy color: '#EFEDAD'

red 239 ◦ green 237 ◦ blue 173

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

Shades of Medium Goldenrod #EFEDAD

Tints of Medium Goldenrod #EFEDAD

RGB

 RED value IS 239 (93.75% from 255) = 36.83%

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

 BLUE value IS 173 (67.97% from 255) = 26.66%

R = 36.83%
G = 36.52%
B = 26.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFEDAD (or 0xEFEDAD) is known color: Medium Goldenrod. HEX triplet: EF, ED and AD. RGB value is (239,237,173). Sum of RGB (Red+Green+Blue) = 239+237+173=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 173 (67.97% from 255 or 26.66% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEDAD is #101252. Grayscale: #E6E6E6. Windows color (decimal): -1053267 or 11398639. OLE color: 11398639.

HSL color Cylindrical-coordinate representation of color #EFEDAD: hue angle of 58.18º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFEDAD is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 237 173 -
CMYK 0 0.01 0.28 0.06
HSL 58.18º 0.67% 0.81% -
HSV(B) 58.18º 0.28% 0.94% -
XYZ 73.42 81.94 51.48 -
YUV 230.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 239 237 173 0 0.01 0.28 0.06 58.18 0.67 0.81
Hex EF ED AD 0 1 1C 6 3A 43 51
Octal 357 355 255 0 1 34 6 72 103 121
Binary 11101111 11101101 10101101 0 1 11100 110 111010 1000011 1010001

Color Harmonies of #EFEDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDAD

Black with #EFEDAD

Text Example


Text Example

White with #EFEDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDAD; }

 p { color: rgb(239,237,173); }

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

background-color css

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

 a { background-color: rgb(239,237,173); }

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

border-color css

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

 span { border-color: rgb(239,237,173); }

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