Html Css Color HEX #EFEFAC Medium Goldenrod

📋 copy color: '#EFEFAC'

red 239 ◦ green 239 ◦ blue 172

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

Shades of Medium Goldenrod #EFEFAC

Tints of Medium Goldenrod #EFEFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.46%

R = 36.77%
G = 36.77%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFEFAC (or 0xEFEFAC) is known color: Medium Goldenrod. HEX triplet: EF, EF and AC. RGB value is (239,239,172). Sum of RGB (Red+Green+Blue) = 239+239+172=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEFAC is #101053. Grayscale: #E7E7E7. Windows color (decimal): -1052756 or 11333615. OLE color: 11333615.

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

Color convert

RGB 239 239 172 -
CMYK 0 0 0.28 0.06
HSL 60º 0.68% 0.81% -
HSV(B) 60º 0.28% 0.94% -
XYZ 73.91 83.06 51.17 -
YUV 231.36 94.5 133.45 -
System Red Green Blue C M Y K H S L
Decimal 239 239 172 0 0 0.28 0.06 60 0.68 0.81
Hex EF EF AC 0 0 1C 6 3C 44 51
Octal 357 357 254 0 0 34 6 74 104 121
Binary 11101111 11101111 10101100 0 0 11100 110 111100 1000100 1010001

Color Harmonies of #EFEFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFAC

Black with #EFEFAC

Text Example


Text Example

White with #EFEFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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