Html Css Color HEX #EFEFB2 Medium Goldenrod

📋 copy color: '#EFEFB2'

red 239 ◦ green 239 ◦ blue 178

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

Shades of Medium Goldenrod #EFEFB2

Tints of Medium Goldenrod #EFEFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.13%

R = 36.43%
G = 36.43%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFEFB2 (or 0xEFEFB2) is known color: Medium Goldenrod. HEX triplet: EF, EF and B2. RGB value is (239,239,178). Sum of RGB (Red+Green+Blue) = 239+239+178=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 178 (69.92% from 255 or 27.13% from 656); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEFB2 is #10104D. Grayscale: #E8E8E8. Windows color (decimal): -1052750 or 11726831. OLE color: 11726831.

HSL color Cylindrical-coordinate representation of color #EFEFB2: hue angle of 60º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFEFB2 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 178 -
CMYK 0 0 0.26 0.06
HSL 60º 0.66% 0.82% -
HSV(B) 60º 0.26% 0.94% -
XYZ 74.5 83.3 54.27 -
YUV 232.05 97.5 132.96 -
System Red Green Blue C M Y K H S L
Decimal 239 239 178 0 0 0.26 0.06 60 0.66 0.82
Hex EF EF B2 0 0 1A 6 3C 42 52
Octal 357 357 262 0 0 32 6 74 102 122
Binary 11101111 11101111 10110010 0 0 11010 110 111100 1000010 1010010

Color Harmonies of #EFEFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFB2

Black with #EFEFB2

Text Example


Text Example

White with #EFEFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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