Html Css Color HEX #EFBC66 Harvest Gold

📋 copy color: '#EFBC66'

red 239 ◦ green 188 ◦ blue 102

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

Shades of Harvest Gold #EFBC66

Tints of Harvest Gold #EFBC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.28%

R = 45.18%
G = 35.54%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFBC66 (or 0xEFBC66) is known color: Harvest Gold. HEX triplet: EF, BC and 66. RGB value is (239,188,102). Sum of RGB (Red+Green+Blue) = 239+188+102=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC66 is #104399. Grayscale: #C1C1C1. Windows color (decimal): -1065882 or 6733039. OLE color: 6733039.

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

Color convert

RGB 239 188 102 -
CMYK 0 0.21 0.57 0.06
HSL 37.66º 0.81% 0.67% -
HSV(B) 37.66º 0.57% 0.94% -
XYZ 55.98 55.28 20.29 -
YUV 193.45 76.4 160.49 -
System Red Green Blue C M Y K H S L
Decimal 239 188 102 0 0.21 0.57 0.06 37.66 0.81 0.67
Hex EF BC 66 0 15 39 6 26 51 43
Octal 357 274 146 0 25 71 6 46 121 103
Binary 11101111 10111100 1100110 0 10101 111001 110 100110 1010001 1000011

Color Harmonies of #EFBC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC66

Black with #EFBC66

Text Example


Text Example

White with #EFBC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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