Html Css Color HEX #EFBC63 Harvest Gold

📋 copy color: '#EFBC63'

red 239 ◦ green 188 ◦ blue 99

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

Shades of Harvest Gold #EFBC63

Tints of Harvest Gold #EFBC63

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.74%

 BLUE value IS 99 (39.06% from 255) = 18.82%

R = 45.44%
G = 35.74%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFBC63 (or 0xEFBC63) is known color: Harvest Gold. HEX triplet: EF, BC and 63. RGB value is (239,188,99). Sum of RGB (Red+Green+Blue) = 239+188+99=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC63 is #10439C. Grayscale: #C1C1C1. Windows color (decimal): -1065885 or 6536431. OLE color: 6536431.

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

Color convert

RGB 239 188 99 -
CMYK 0 0.21 0.59 0.06
HSL 38.14º 0.81% 0.66% -
HSV(B) 38.14º 0.59% 0.94% -
XYZ 55.83 55.22 19.52 -
YUV 193.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 239 188 99 0 0.21 0.59 0.06 38.14 0.81 0.66
Hex EF BC 63 0 15 3B 6 26 51 42
Octal 357 274 143 0 25 73 6 46 121 102
Binary 11101111 10111100 1100011 0 10101 111011 110 100110 1010001 1000010

Color Harmonies of #EFBC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC63

Black with #EFBC63

Text Example


Text Example

White with #EFBC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC63; }

 p { color: rgb(239,188,99); }

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

background-color css

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

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

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

border-color css

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

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

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