Html Css Color HEX #EFEDAB Medium Goldenrod

📋 copy color: '#EFEDAB'

red 239 ◦ green 237 ◦ blue 171

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

Shades of Medium Goldenrod #EFEDAB

Tints of Medium Goldenrod #EFEDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.43%

R = 36.94%
G = 36.63%
B = 26.43%

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

#EFEDAB (or 0xEFEDAB) is known color: Medium Goldenrod. HEX triplet: EF, ED and AB. RGB value is (239,237,171). Sum of RGB (Red+Green+Blue) = 239+237+171=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEDAB is #101254. Grayscale: #E6E6E6. Windows color (decimal): -1053269 or 11267567. OLE color: 11267567.

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

Color convert

RGB 239 237 171 -
CMYK 0 0.01 0.28 0.06
HSL 58.24º 0.68% 0.8% -
HSV(B) 58.24º 0.28% 0.94% -
XYZ 73.23 81.86 50.47 -
YUV 230.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 239 237 171 0 0.01 0.28 0.06 58.24 0.68 0.8
Hex EF ED AB 0 1 1C 6 3A 44 50
Octal 357 355 253 0 1 34 6 72 104 120
Binary 11101111 11101101 10101011 0 1 11100 110 111010 1000100 1010000

Color Harmonies of #EFEDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDAB

Black with #EFEDAB

Text Example


Text Example

White with #EFEDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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