Html Css Color HEX #EFEDAF Medium Goldenrod

📋 copy color: '#EFEDAF'

red 239 ◦ green 237 ◦ blue 175

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

Shades of Medium Goldenrod #EFEDAF

Tints of Medium Goldenrod #EFEDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.88%

R = 36.71%
G = 36.41%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFEDAF (or 0xEFEDAF) is known color: Medium Goldenrod. HEX triplet: EF, ED and AF. RGB value is (239,237,175). Sum of RGB (Red+Green+Blue) = 239+237+175=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEDAF is #101250. Grayscale: #E6E6E6. Windows color (decimal): -1053265 or 11529711. OLE color: 11529711.

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

Color convert

RGB 239 237 175 -
CMYK 0 0.01 0.27 0.06
HSL 58.13º 0.67% 0.81% -
HSV(B) 58.13º 0.27% 0.94% -
XYZ 73.62 82.01 52.51 -
YUV 230.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 239 237 175 0 0.01 0.27 0.06 58.13 0.67 0.81
Hex EF ED AF 0 1 1B 6 3A 43 51
Octal 357 355 257 0 1 33 6 72 103 121
Binary 11101111 11101101 10101111 0 1 11011 110 111010 1000011 1010001

Color Harmonies of #EFEDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDAF

Black with #EFEDAF

Text Example


Text Example

White with #EFEDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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