Html Css Color HEX #EFEFAF Medium Goldenrod

📋 copy color: '#EFEFAF'

red 239 ◦ green 239 ◦ blue 175

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

Shades of Medium Goldenrod #EFEFAF

Tints of Medium Goldenrod #EFEFAF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.6%

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

R = 36.6%
G = 36.6%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFEFAF (or 0xEFEFAF) is known color: Medium Goldenrod. HEX triplet: EF, EF and AF. RGB value is (239,239,175). Sum of RGB (Red+Green+Blue) = 239+239+175=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 175 (68.75% from 255 or 26.80% from 653); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEFAF is #101050. Grayscale: #E7E7E7. Windows color (decimal): -1052753 or 11530223. OLE color: 11530223.

HSL color Cylindrical-coordinate representation of color #EFEFAF: hue angle of 60º 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 #EFEFAF is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 175 -
CMYK 0 0 0.27 0.06
HSL 60º 0.67% 0.81% -
HSV(B) 60º 0.27% 0.94% -
XYZ 74.2 83.18 52.7 -
YUV 231.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 239 239 175 0 0 0.27 0.06 60 0.67 0.81
Hex EF EF AF 0 0 1B 6 3C 43 51
Octal 357 357 257 0 0 33 6 74 103 121
Binary 11101111 11101111 10101111 0 0 11011 110 111100 1000011 1010001

Color Harmonies of #EFEFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFAF

Black with #EFEFAF

Text Example


Text Example

White with #EFEFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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