Html Css Color HEX #EFBB64 Harvest Gold

📋 copy color: '#EFBB64'

red 239 ◦ green 187 ◦ blue 100

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

Shades of Harvest Gold #EFBB64

Tints of Harvest Gold #EFBB64

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.55%

 BLUE value IS 100 (39.45% from 255) = 19.01%

R = 45.44%
G = 35.55%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFBB64 (or 0xEFBB64) is known color: Harvest Gold. HEX triplet: EF, BB and 64. RGB value is (239,187,100). Sum of RGB (Red+Green+Blue) = 239+187+100=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBB64 is #10449B. Grayscale: #C1C1C1. Windows color (decimal): -1066140 or 6601711. OLE color: 6601711.

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

Color convert

RGB 239 187 100 -
CMYK 0 0.22 0.58 0.06
HSL 37.55º 0.81% 0.66% -
HSV(B) 37.55º 0.58% 0.94% -
XYZ 55.67 54.81 19.7 -
YUV 192.63 75.73 161.07 -
System Red Green Blue C M Y K H S L
Decimal 239 187 100 0 0.22 0.58 0.06 37.55 0.81 0.66
Hex EF BB 64 0 16 3A 6 26 51 42
Octal 357 273 144 0 26 72 6 46 121 102
Binary 11101111 10111011 1100100 0 10110 111010 110 100110 1010001 1000010

Color Harmonies of #EFBB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBB64

Black with #EFBB64

Text Example


Text Example

White with #EFBB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBB64; }

 p { color: rgb(239,187,100); }

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

background-color css

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

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

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

border-color css

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

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

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